Markus Pesch
80d367aa20
All checks were successful
continuous-integration/drone/push Build is passing
15 lines
322 B
Modula-2
15 lines
322 B
Modula-2
module git.cryptic.systems/volker.raschek/dyndns-client
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/vishvananda/netlink v1.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/vishvananda/netns v0.0.4 // indirect
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
)
|