mirror of
https://git.zx2c4.com/wireguard-go
synced 2024-11-15 01:05:15 +01:00
588b9f01ae
GOPATH is annoying, but the Go community pushing me to adopt it is even more annoying.
16 lines
246 B
TOML
16 lines
246 B
TOML
[[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
|