fix: upgrade to go v1.20

This commit is contained in:
Markus Pesch 2023-07-08 19:16:04 +02:00
parent 129ed73d97
commit e96f271745
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 6 additions and 2 deletions

8
go.mod
View File

@ -1,10 +1,14 @@
module git.cryptic.systems/volker.raschek/dyndns-client
go 1.16
go 1.20
require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/sirupsen/logrus v1.9.0
github.com/vishvananda/netlink v1.1.0
github.com/vishvananda/netns v0.0.0-20200520041808-52d707b772fe // indirect
)
require (
github.com/vishvananda/netns v0.0.0-20200520041808-52d707b772fe // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)