Add vendoring for Homebrew

This commit is contained in:
Jason A. Donenfeld
2018-05-15 14:21:33 +02:00
parent cf161f270e
commit 0e4ebfa194
4 changed files with 58 additions and 1 deletions

15
Gopkg.toml Normal file
View File

@@ -0,0 +1,15 @@
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "master"
name = "golang.org/x/sys"
[[constraint]]
branch = "master"
name = "golang.org/x/net"
[prune]
go-tests = true
unused-packages = true