aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-05-15 14:21:33 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-05-15 14:49:52 +0200
commit0e4ebfa194efd6574c1ac6dc7e518b989fff5368 (patch)
tree2a2a96f2cfc0da04849a80a5b8fd03fbbe201123 /Gopkg.toml
parentDo not send keepalive if closed (diff)
downloadwireguard-go-0e4ebfa194efd6574c1ac6dc7e518b989fff5368.tar.xz
wireguard-go-0e4ebfa194efd6574c1ac6dc7e518b989fff5368.zip
Add vendoring for Homebrew
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
new file mode 100644
index 0000000..9b1e669
--- /dev/null
+++ b/Gopkg.toml
@@ -0,0 +1,15 @@
+[[constraint]]
+ branch = "master"
+ name = "golang.org/x/crypto"
+
+[[constraint]]
+ branch = "master"
+ name = "golang.org/x/sys"
+
+[[constraint]]
+ branch = "master"
+ name = "golang.org/x/net"
+
+[prune]
+ go-tests = true
+ unused-packages = true