dnsupdater/go.mod
Laurent Le Houerou b13a95b638 get wan ip from router
send mail with gomail
a lot of parameters in the conf file
2019-06-16 15:08:18 +04:00

11 lines
275 B
Modula-2

module gogs.lehouerou.net/Laurent/dnsupdater
go 1.12
require (
github.com/sirupsen/logrus v1.4.2
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
)