aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index cc569b3..3aafd44 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -1,4 +1,3 @@
-# This was generated by ./generate-vendor.sh
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
@@ -11,3 +10,6 @@
branch = "master"
name = "golang.org/x/sys"
+[prune]
+ go-tests = true
+ unused-packages = true