dnsupdater/go.mod
Laurent Le Houerou 41af5fb5cd golang 1.13
use sling for gandi requests
2019-10-27 15:27:23 +04:00

14 lines
441 B
Modula-2

module gogs.lehouerou.net/Laurent/dnsupdater
go 1.13
require (
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
github.com/dghubble/sling v1.3.0
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2
github.com/sirupsen/logrus v1.4.2
github.com/urfave/cli v1.20.0
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)