dnsupdater/go.mod

16 lines
516 B
Modula-2
Raw Normal View History

2020-10-26 09:36:59 +00:00
module gitlab.lehouerou.net/laurent/dnsupdater
2020-10-26 09:52:50 +00:00
go 1.15
require (
2019-12-18 11:59:19 +00:00
cdr.dev/slog v1.3.0
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
2020-10-26 09:36:59 +00:00
github.com/pkg/errors v0.8.1
github.com/urfave/cli v1.20.0
2019-12-18 11:59:19 +00:00
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
2020-10-26 10:41:19 +00:00
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)