diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-03-20 10:23:45 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-03-20 10:23:45 +0100 |
| commit | 263c30cb13ac986b6e3863ef43c891750385b47c (patch) | |
| tree | 3c3fa682950e98d9939c185ae4881e420314cece /go.mod | |
| parent | f4946d2d33c0e545e8188dc65361cf55cdf9398b (diff) | |
go.mod/go.sum: Update deps
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -7,18 +7,18 @@ 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.22.0 + golang.org/x/text v0.23.0 golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10 ) require ( - golang.org/x/mod v0.23.0 // indirect - golang.org/x/sync v0.11.0 // indirect - golang.org/x/tools v0.30.0 // indirect + golang.org/x/mod v0.24.0 // indirect + golang.org/x/sync v0.12.0 // indirect + golang.org/x/tools v0.31.0 // indirect ) require ( - golang.org/x/crypto v0.33.0 // indirect - golang.org/x/net v0.35.0 - golang.org/x/sys v0.30.0 // indirect + golang.org/x/crypto v0.36.0 // indirect + golang.org/x/net v0.37.0 + golang.org/x/sys v0.31.0 // indirect ) |
