2021-04-23 14:02:15 +00:00
|
|
|
module git.cryptic.systems/volker.raschek/dyndns-client
|
|
|
|
|
2023-07-08 17:16:04 +00:00
|
|
|
go 1.20
|
2021-04-23 14:02:15 +00:00
|
|
|
|
|
|
|
require (
|
2023-07-08 17:17:14 +00:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2021-04-23 14:02:15 +00:00
|
|
|
github.com/vishvananda/netlink v1.1.0
|
2023-07-08 17:16:04 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-07-08 17:17:14 +00:00
|
|
|
github.com/vishvananda/netns v0.0.4 // indirect
|
|
|
|
golang.org/x/sys v0.10.0 // indirect
|
2021-04-23 14:02:15 +00:00
|
|
|
)
|