wireguard-go/Gopkg.toml

16 lines
246 B
TOML
Raw Normal View History

2018-05-15 14:21:33 +02:00
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "master"
name = "golang.org/x/net"
2018-05-15 14:21:33 +02:00
[[constraint]]
branch = "master"
name = "golang.org/x/sys"
2018-05-15 14:21:33 +02:00
[prune]
go-tests = true
unused-packages = true