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

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

[[constraint]]
  name = "github.com/shirou/gopsutil"
  version = "2.18.2"

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