2020-10-26 09:36:59 +00:00
|
|
|
module gitlab.lehouerou.net/laurent/dnsupdater
|
2019-06-01 17:31:30 +00:00
|
|
|
|
2020-10-26 09:52:50 +00:00
|
|
|
go 1.15
|
2019-06-01 17:31:30 +00:00
|
|
|
|
|
|
|
require (
|
2019-10-27 11:27:23 +00:00
|
|
|
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
|
2019-06-12 06:53:29 +00:00
|
|
|
github.com/urfave/cli v1.20.0
|
2019-10-27 11:27:23 +00:00
|
|
|
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
|
2019-06-01 17:31:30 +00:00
|
|
|
)
|