15 lines
484 B
Modula-2
15 lines
484 B
Modula-2
module gogs.lehouerou.net/Laurent/dnsupdater
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
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
|
|
github.com/urfave/cli v1.20.0
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
)
|