diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-11-14 14:59:20 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-12-19 10:50:36 +0100 |
| commit | 4de4d76ad1ef1dc52b6e2e03c4fc81d4ea8d467e (patch) | |
| tree | f09aadb416c61c94eb703d950b1689645aad4c4c /go.mod | |
| parent | 2f3a9d0c1687e6f591ccdb7d44a36cdc09359321 (diff) | |
ProxyGuard: Add a restart function
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ module codeberg.org/eduVPN/eduvpn-common go 1.22 +replace codeberg.org/eduVPN/proxyguard => ../proxyguard + require ( codeberg.org/eduVPN/proxyguard v0.0.0-20241028155505-e9ee8522373e github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 |
