Update to Go 1.22, quic-go/quic-go@v0.48.2 (#1218)

Our dependencies are now moving beyond Go 1.21 so need to update.

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
This commit is contained in:
Neil 2024-12-14 00:33:26 +01:00 committed by GitHub
parent 04be129878
commit 9c73bacab9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 25 additions and 7 deletions

4
go.mod
View file

@ -1,6 +1,6 @@
module github.com/yggdrasil-network/yggdrasil-go
go 1.21
go 1.22
require (
github.com/Arceliar/ironwood v0.0.0-20241213013129-743fe2fccbd3
@ -11,7 +11,7 @@ require (
github.com/hashicorp/go-syslog v1.0.0
github.com/hjson/hjson-go/v4 v4.4.0
github.com/kardianos/minwinsvc v1.0.2
github.com/quic-go/quic-go v0.46.0
github.com/quic-go/quic-go v0.48.2
github.com/vishvananda/netlink v1.3.0
github.com/wlynxg/anet v0.0.5
golang.org/x/crypto v0.31.0