summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroenwijenbergh@protonmail.com>2022-03-21 14:58:58 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-09-20 20:29:52 +0200
commitfc56f8770923ec1997444a8318a18be0a8397520 (patch)
tree3c6522b9b6e44ca2ad6cd94b074da78eed2c1028 /go.mod
parentd45f5df4dc5fa9ad8abdc47c940f6baf96fdbe45 (diff)
Wireguard: Add basic support
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b21b580..2c73c42 100644
--- a/go.mod
+++ b/go.mod
@@ -5,5 +5,5 @@ go 1.15
require (
github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b
golang.org/x/crypto v0.0.0-20220208233918-bba287dce954 // indirect
- golang.org/x/sys v0.0.0-20220207234003-57398862261d // indirect
+ golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220208144051-fde48d68ee68
)