From 0baf87c43f4ae7189fd14b9d1920e1c537384e35 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Tue, 4 Feb 2025 11:19:08 +0100 Subject: All: Update deps --- go.mod | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index a683a7d..53d3e94 100644 --- a/go.mod +++ b/go.mod @@ -1,24 +1,24 @@ module codeberg.org/eduVPN/eduvpn-common -go 1.22 +go 1.23.4 require ( - codeberg.org/eduVPN/proxyguard v0.0.0-20241112130352-4030c226e911 - github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 + codeberg.org/eduVPN/proxyguard v0.0.0-20250131161959-46f0640c2f11 + github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7 github.com/jwijenbergh/eduoauth-go v1.1.1 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c - golang.org/x/text v0.19.0 - golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 + golang.org/x/text v0.21.0 + golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10 ) require ( - golang.org/x/mod v0.17.0 // indirect - golang.org/x/sync v0.8.0 // indirect - golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect + golang.org/x/mod v0.22.0 // indirect + golang.org/x/sync v0.10.0 // indirect + golang.org/x/tools v0.29.0 // indirect ) require ( - golang.org/x/crypto v0.28.0 // indirect - golang.org/x/net v0.30.0 - golang.org/x/sys v0.26.0 // indirect + golang.org/x/crypto v0.32.0 // indirect + golang.org/x/net v0.34.0 + golang.org/x/sys v0.29.0 // indirect ) -- cgit v1.2.3