diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-28 16:48:26 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-28 16:48:26 +0100 |
| commit | 617aa3a52eb5acfb98c1b9b54ed47d8563949cd8 (patch) | |
| tree | a3ae559c2dbbf06542a93dbc8867c57b6a72a5ca /go.mod | |
| parent | 35b8fb90a9cb836ee228fed20720b7ade494532f (diff) | |
API: Update to latest eduoauth-go for better fetching of well-known
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,9 +3,9 @@ module github.com/eduvpn/eduvpn-common go 1.18 require ( - codeberg.org/eduVPN/proxyguard v0.0.0-20240227141358-a9550f2beb55 + codeberg.org/eduVPN/proxyguard v0.0.0-20240227170952-f81a10eebf39 github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 - github.com/jwijenbergh/eduoauth-go v0.0.0-20240212102633-770ef228bd93 + github.com/jwijenbergh/eduoauth-go v0.0.0-20240228154608-9a9ea667cfea 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 |
