diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-09-25 15:33:28 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-10-11 17:23:09 +0200 |
| commit | df9b57605b3d8078184e88ec8268102a2b3cc788 (patch) | |
| tree | 0409329c2643ed56ecd3b4d9310ee77001a6881b /go.mod | |
| parent | 5f2b250781f4b68a4ee7ae5614b09b1ad77ed7d9 (diff) | |
go.mod/go.sum: Update deps
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,11 +3,11 @@ module github.com/eduvpn/eduvpn-common go 1.18 require ( - codeberg.org/eduVPN/proxyguard v0.0.0-20240723101427-d0b2383c372c + codeberg.org/eduVPN/proxyguard v0.0.0-20240924084349-c0250730030d github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 github.com/jwijenbergh/eduoauth-go v1.1.1 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c - golang.org/x/text v0.17.0 + golang.org/x/text v0.18.0 golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 ) @@ -18,7 +18,7 @@ require ( ) require ( - golang.org/x/crypto v0.26.0 // indirect - golang.org/x/net v0.28.0 - golang.org/x/sys v0.24.0 // indirect + golang.org/x/crypto v0.27.0 // indirect + golang.org/x/net v0.29.0 + golang.org/x/sys v0.25.0 // indirect ) |
