diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-23 10:35:32 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-02-23 10:40:50 +0100 |
| commit | 03ebce3243da4f5a9be6ce8e86152e2b72fd9867 (patch) | |
| tree | 1510e6824d4acefb77545dd411260ca8e3135e10 /go.mod | |
| parent | 174384dfd7457aea1c562b65548f0e5c59b687c5 (diff) | |
Client: Let proxyguard do the DNS request
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-20240222150137-7a64d5af6bd2 + codeberg.org/eduVPN/proxyguard v0.0.0-20240223093313-0b7963ba28b9 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 |
