diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-08-30 14:09:48 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-08-30 16:41:23 +0200 |
| commit | 5f2b250781f4b68a4ee7ae5614b09b1ad77ed7d9 (patch) | |
| tree | 45a8c314364475cbe4669c654036deed6c2d46d2 /go.mod | |
| parent | eba129631314840020c33ec3d7bc0891489f8c77 (diff) | |
go.mod/go.sum: Update deps
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -5,20 +5,20 @@ go 1.18 require ( codeberg.org/eduVPN/proxyguard v0.0.0-20240723101427-d0b2383c372c github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 - github.com/jwijenbergh/eduoauth-go v1.1.0 + github.com/jwijenbergh/eduoauth-go v1.1.1 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c - golang.org/x/text v0.16.0 + golang.org/x/text v0.17.0 golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 ) require ( golang.org/x/mod v0.17.0 // indirect - golang.org/x/sync v0.7.0 // indirect + golang.org/x/sync v0.8.0 // indirect golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect ) require ( - golang.org/x/crypto v0.25.0 // indirect - golang.org/x/net v0.27.0 - golang.org/x/sys v0.22.0 // indirect + golang.org/x/crypto v0.26.0 // indirect + golang.org/x/net v0.28.0 + golang.org/x/sys v0.24.0 // indirect ) |
