summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-02-13 11:19:14 +0100
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-02-13 11:19:14 +0100
commitc502ff76371ebe2eddf6e2ea328ddbfd23094aac (patch)
treef3caf25ec39b9b00e0a74c5877ac72083002bd20 /go.mod
parent0baf87c43f4ae7189fd14b9d1920e1c537384e35 (diff)
All: Update deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod18
1 files changed, 9 insertions, 9 deletions
diff --git a/go.mod b/go.mod
index 53d3e94..4eb890d 100644
--- a/go.mod
+++ b/go.mod
@@ -3,22 +3,22 @@ module codeberg.org/eduVPN/eduvpn-common
go 1.23.4
require (
- codeberg.org/eduVPN/proxyguard v0.0.0-20250131161959-46f0640c2f11
+ codeberg.org/eduVPN/proxyguard v0.0.0-20250213093030-6c1f69308f24
github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7
- github.com/jwijenbergh/eduoauth-go v1.1.1
+ github.com/jwijenbergh/eduoauth-go v1.1.2
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
- golang.org/x/text v0.21.0
+ golang.org/x/text v0.22.0
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10
)
require (
- golang.org/x/mod v0.22.0 // indirect
- golang.org/x/sync v0.10.0 // indirect
- golang.org/x/tools v0.29.0 // indirect
+ golang.org/x/mod v0.23.0 // indirect
+ golang.org/x/sync v0.11.0 // indirect
+ golang.org/x/tools v0.30.0 // indirect
)
require (
- golang.org/x/crypto v0.32.0 // indirect
- golang.org/x/net v0.34.0
- golang.org/x/sys v0.29.0 // indirect
+ golang.org/x/crypto v0.33.0 // indirect
+ golang.org/x/net v0.35.0
+ golang.org/x/sys v0.30.0 // indirect
)