diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2026-02-12 11:14:39 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2026-02-12 11:14:46 +0100 |
| commit | 026506786df47e805c926667887fae982283aa34 (patch) | |
| tree | c52dc08ab8ac7c4e9817d3e449c456e1d3894b15 /client/client.go | |
| parent | 28c51a24570d742782c660167cef0d57e00d8bed (diff) | |
All: Use eduoauth-go v2 and update other deps
Diffstat (limited to 'client/client.go')
| -rw-r--r-- | client/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client.go b/client/client.go index e3f40aa..ae468ed 100644 --- a/client/client.go +++ b/client/client.go @@ -22,7 +22,7 @@ import ( "codeberg.org/eduVPN/eduvpn-common/internal/server" "codeberg.org/eduVPN/eduvpn-common/types/cookie" srvtypes "codeberg.org/eduVPN/eduvpn-common/types/server" - "github.com/jwijenbergh/eduoauth-go" + "codeberg.org/jwijenbergh/eduoauth-go/v2" ) // CalculateGateway takes a CIDR encoded subnet `cidr` and returns the gateway and an error |
