diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-10-09 18:11:36 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-10-09 18:13:56 +0200 |
commit | 5d6083df7e0399d9cbb47a9dc0b227fd86ccffbb (patch) | |
tree | 35c6ffd3ec526190c9917ec5398716fd80bbcf84 /Gopkg.toml | |
parent | b41922e5c81a8121734143f9b773f976cd891081 (diff) |
Switch to go modules
Diffstat (limited to 'Gopkg.toml')
-rw-r--r-- | Gopkg.toml | 15 |
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 |