dyndns-client/go.mod

15 lines
377 B
Modula-2
Raw Normal View History

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 (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/sirupsen/logrus v1.9.0
2021-04-23 14:02:15 +00:00
github.com/vishvananda/netlink v1.1.0
2023-07-08 17:16:04 +00:00
)
require (
2021-04-23 14:02:15 +00:00
github.com/vishvananda/netns v0.0.0-20200520041808-52d707b772fe // indirect
2023-07-08 17:16:04 +00:00
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
2021-04-23 14:02:15 +00:00
)