diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-22 16:03:28 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-02-23 10:40:50 +0100 |
| commit | 84d3ab740d0637a88537e54110b8a6486c3bd118 (patch) | |
| tree | ed2596e811b1c685d61c5e715f3e5db47e53fe8f /go.mod | |
| parent | ecd4b03aa7d2902e954115a4e1b6648464c77796 (diff) | |
Client + Exports: Update to latest proxyguard API
- Add a ClientProxyReady callback
- do a DNS request for the IPs
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module github.com/eduvpn/eduvpn-common go 1.18 require ( - codeberg.org/eduVPN/proxyguard v0.0.0-20240213150724-adfa5487640a + codeberg.org/eduVPN/proxyguard v0.0.0-20240222150137-7a64d5af6bd2 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 |
