diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-12 11:19:31 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-02-19 14:15:07 +0100 |
| commit | 682d70091af2044ff6d8b350da9dff13163232e2 (patch) | |
| tree | 70f24162b7d27b28327c6b3279ea14cfe6db2993 /go.mod | |
| parent | 3220133a7f4a052d5ca456715b65303a2e87f001 (diff) | |
Go.mod/Go.sum: Update
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,14 +5,14 @@ go 1.18 require ( codeberg.org/eduVPN/proxyguard v0.0.0-20240205164155-9d29686c075b github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 - github.com/jwijenbergh/eduoauth-go v0.0.0-20240117121747-dc6367875133 + github.com/jwijenbergh/eduoauth-go v0.0.0-20240212100048-b546425b96d2 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c golang.org/x/text v0.14.0 golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 ) require ( - golang.org/x/crypto v0.18.0 // indirect - golang.org/x/net v0.20.0 - golang.org/x/sys v0.16.0 // indirect + golang.org/x/crypto v0.19.0 // indirect + golang.org/x/net v0.21.0 + golang.org/x/sys v0.17.0 // indirect ) |
