diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-02-13 11:19:14 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-02-13 11:19:14 +0100 |
| commit | c502ff76371ebe2eddf6e2ea328ddbfd23094aac (patch) | |
| tree | f3caf25ec39b9b00e0a74c5877ac72083002bd20 /go.mod | |
| parent | 0baf87c43f4ae7189fd14b9d1920e1c537384e35 (diff) | |
All: Update deps
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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 ) |
