2019-06-01 17:31:30 +00:00
|
|
|
module gogs.lehouerou.net/Laurent/dnsupdater
|
|
|
|
|
2019-10-27 11:27:23 +00:00
|
|
|
go 1.13
|
2019-06-01 17:31:30 +00:00
|
|
|
|
|
|
|
require (
|
2019-12-18 11:59:19 +00:00
|
|
|
cdr.dev/slog v1.3.0
|
2019-10-27 11:27:23 +00:00
|
|
|
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
|
|
|
|
github.com/dghubble/sling v1.3.0
|
2019-07-03 08:46:36 +00:00
|
|
|
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2
|
2019-06-12 06:53:29 +00:00
|
|
|
github.com/urfave/cli v1.20.0
|
2019-12-18 11:59:19 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
2019-10-27 11:27:23 +00:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
2019-06-16 11:08:18 +00:00
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
2019-06-01 17:31:30 +00:00
|
|
|
)
|