aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
blob: 3aafd448d208937f9bfbfb9660b526e7e262edb2 (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/net"

[[constraint]]
  branch = "master"
  name = "golang.org/x/sys"

[prune]
  go-tests = true
  unused-packages = true