diff options
| author | Jeroen Wijenbergh <jeroenwijenbergh@protonmail.com> | 2024-05-06 14:46:40 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-05-24 13:25:11 +0200 |
| commit | 4b852feede7bff61d8b164025bd03bafb0430370 (patch) | |
| tree | 27760a3244a92f6dfb4e54283e19cef846b1bae4 /go.mod | |
| parent | 1514f509b6f2f1daa620ede667d0b86363a82c66 (diff) | |
go.mod/go.sum: Update
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,11 +3,11 @@ module github.com/eduvpn/eduvpn-common go 1.18 require ( - codeberg.org/eduVPN/proxyguard v0.0.0-20240415114126-46501274d995 + codeberg.org/eduVPN/proxyguard v0.0.0-20240503081809-7a66ae6a0c71 github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 - github.com/jwijenbergh/eduoauth-go v0.0.0-20240315135955-9f1f5b2fd78e + github.com/jwijenbergh/eduoauth-go v0.0.0-20240506124134-e8d0a01a14fe github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c - golang.org/x/text v0.14.0 + golang.org/x/text v0.15.0 golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 ) @@ -19,5 +19,5 @@ require ( require ( golang.org/x/crypto v0.22.0 // indirect golang.org/x/net v0.24.0 - golang.org/x/sys v0.19.0 // indirect + golang.org/x/sys v0.20.0 // indirect ) |
