summaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
blob: 31f540a28f4957a773831025afd53cc894811256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[[constraint]]
  name = "github.com/cjbassi/termui"
  branch = "master"

[[constraint]]
  name = "github.com/docopt/docopt-go"
  branch = "master"

[[constraint]]
  name = "github.com/shirou/gopsutil"
  branch = "master"

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

[[prune.project]]
  name = "github.com/shirou/gopsutil"
  unused-packages = false