diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-09-03 10:34:06 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-09-03 10:53:44 +0200 |
| commit | 154bf75b16d95edb5976c0d1eda339a13a94b912 (patch) | |
| tree | a22fddc26fad1e53582829df8efc9b3271a086bc /go.mod | |
| parent | c3318fb386096170282e831eb3b616a5a7e9dda8 (diff) | |
Deps: Update and tidy
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7,12 +7,12 @@ require ( 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.25.0 + golang.org/x/text v0.28.0 golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10 ) require ( - golang.org/x/crypto v0.38.0 // indirect - golang.org/x/net v0.40.0 - golang.org/x/sys v0.33.0 // indirect + golang.org/x/crypto v0.41.0 // indirect + golang.org/x/net v0.43.0 + golang.org/x/sys v0.35.0 // indirect ) |
