summaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
blob: 67d5064849dc9077cf86709bc7c629d0e41fce3e (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]]
  branch = "master"
  name = "github.com/shirou/gopsutil"

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