diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-27 15:24:44 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-27 15:24:44 +0100 |
| commit | 35b8fb90a9cb836ee228fed20720b7ade494532f (patch) | |
| tree | c3039a6d16dede3ac339ca04ed282112e5826a9a /go.mod | |
| parent | cfed8b98cc5cf34193184b2614d0465494d1417f (diff) | |
Client: Update to latest proxyguard API
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ module github.com/eduvpn/eduvpn-common go 1.18 require ( - codeberg.org/eduVPN/proxyguard v0.0.0-20240223093313-0b7963ba28b9 + codeberg.org/eduVPN/proxyguard v0.0.0-20240227141358-a9550f2beb55 github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 github.com/jwijenbergh/eduoauth-go v0.0.0-20240212102633-770ef228bd93 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c @@ -17,7 +17,7 @@ require ( ) require ( - golang.org/x/crypto v0.19.0 // indirect + golang.org/x/crypto v0.20.0 // indirect golang.org/x/net v0.21.0 golang.org/x/sys v0.17.0 // indirect ) |
