diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-12 19:46:20 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-02-19 14:15:07 +0100 |
| commit | a73197c6daed512ab34a15c75eb0a60a9dff9848 (patch) | |
| tree | 358d8f2339c2fc199efcd213c120bf655e4d93bd /go.mod | |
| parent | 9c848e6cbb3ee5881fd4d894608d8556b2201084 (diff) | |
Proxyguard: Support a FD callback
useful for the android app
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-20240205164155-9d29686c075b + codeberg.org/eduVPN/proxyguard v0.0.0-20240212184049-5542918494e1 github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 - github.com/jwijenbergh/eduoauth-go v0.0.0-20240212100048-b546425b96d2 + github.com/jwijenbergh/eduoauth-go v0.0.0-20240212102633-770ef228bd93 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 |
