summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-02-12 11:14:39 +0100
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-02-12 11:14:46 +0100
commit026506786df47e805c926667887fae982283aa34 (patch)
treec52dc08ab8ac7c4e9817d3e449c456e1d3894b15 /go.mod
parent28c51a24570d742782c660167cef0d57e00d8bed (diff)
All: Use eduoauth-go v2 and update other deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod15
1 files changed, 8 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index a00bfc7..62a7d8d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,18 +1,19 @@
module codeberg.org/eduVPN/eduvpn-common
-go 1.23.4
+go 1.24.0
require (
- codeberg.org/eduVPN/proxyguard v0.0.0-20250814100601-abc5db189743
+ codeberg.org/eduVPN/proxyguard v0.0.0-20251029080421-4c455b7d31f8
github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7
- github.com/jwijenbergh/eduoauth-go v1.1.2
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
- golang.org/x/text v0.28.0
+ golang.org/x/text v0.34.0
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10
)
+require codeberg.org/jwijenbergh/eduoauth-go/v2 v2.0.1
+
require (
- golang.org/x/crypto v0.41.0 // indirect
- golang.org/x/net v0.43.0
- golang.org/x/sys v0.35.0 // indirect
+ golang.org/x/crypto v0.48.0 // indirect
+ golang.org/x/net v0.50.0
+ golang.org/x/sys v0.41.0 // indirect
)