aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
blob: 9b1e669536c0c9e140e181ea709a3ca2af1d7099 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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