dnsupdater/go.mod

13 lines
337 B
Modula-2
Raw Permalink 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 (
github.com/dghubble/sling v1.3.0
2020-10-26 09:36:59 +00:00
github.com/pkg/errors v0.8.1
2020-10-26 13:01:37 +00:00
github.com/rs/zerolog v1.20.0
github.com/urfave/cli v1.20.0
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
)