diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-05-24 12:36:28 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-05-24 13:25:11 +0200 |
| commit | 4899e90a68e37b55587411b6a06bf48f4b2e7262 (patch) | |
| tree | f1748f3d3aa802f85f18ee85e9a4d22bd545681f /go.mod | |
| parent | 575a0a53b149ac2da21e368ef809dd2180a878f5 (diff) | |
go.mod/go.sum: Update
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ go 1.18 require ( 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-20240506124134-e8d0a01a14fe + github.com/jwijenbergh/eduoauth-go v0.0.0-20240524103755-aef66b41e1c2 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c golang.org/x/text v0.15.0 golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 @@ -17,7 +17,7 @@ require ( ) require ( - golang.org/x/crypto v0.22.0 // indirect - golang.org/x/net v0.24.0 + golang.org/x/crypto v0.23.0 // indirect + golang.org/x/net v0.25.0 golang.org/x/sys v0.20.0 // indirect ) |
