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