13 lines
337 B
Modula-2
13 lines
337 B
Modula-2
module gitlab.lehouerou.net/laurent/dnsupdater
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/dghubble/sling v1.3.0
|
|
github.com/pkg/errors v0.8.1
|
|
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
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
)
|