Avoid vendoring tooling as much as possible

This commit is contained in:
Jason A. Donenfeld
2018-05-15 15:26:06 +02:00
parent 0e4ebfa194
commit ab02aacdd6
3 changed files with 24 additions and 32 deletions

View File

@@ -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