aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gopkg.toml
blob: 7b02b55564b10f361eb3a63f12874fe710c20108 (plain)
1
2
3
4
5
6
7
8
9
10
11
[[constraint]]
  branch = "llvm8"
  name = "tinygo.org/x/go-llvm"

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

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