summaryrefslogtreecommitdiffhomepage
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-10-09 18:11:36 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-10-09 18:13:56 +0200
commit5d6083df7e0399d9cbb47a9dc0b227fd86ccffbb (patch)
tree35c6ffd3ec526190c9917ec5398716fd80bbcf84 /Gopkg.toml
parentb41922e5c81a8121734143f9b773f976cd891081 (diff)
Switch to go modules
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml15
1 files changed, 0 insertions, 15 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
deleted file mode 100644
index 3aafd44..0000000
--- a/Gopkg.toml
+++ /dev/null
@@ -1,15 +0,0 @@
-[[constraint]]
- branch = "master"
- name = "golang.org/x/crypto"
-
-[[constraint]]
- branch = "master"
- name = "golang.org/x/net"
-
-[[constraint]]
- branch = "master"
- name = "golang.org/x/sys"
-
-[prune]
- go-tests = true
- unused-packages = true