aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index a98b7db..3a1c67f 100644
--- a/go.mod
+++ b/go.mod
@@ -30,6 +30,7 @@ require (
30 golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect 30 golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
31 golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 31 golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980
32 golang.org/x/tools v0.0.0-20200513201620-d5fe73897c97 // indirect 32 golang.org/x/tools v0.0.0-20200513201620-d5fe73897c97 // indirect
33 golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200609130330-bd2cb7843e1b
33 gopkg.in/alecthomas/kingpin.v2 v2.2.6 34 gopkg.in/alecthomas/kingpin.v2 v2.2.6
34 gopkg.in/yaml.v2 v2.3.0 35 gopkg.in/yaml.v2 v2.3.0
35 honnef.co/go/tools v0.0.1-2020.1.3 // indirect 36 honnef.co/go/tools v0.0.1-2020.1.3 // indirect