mirror of https://github.com/cjbassi/gotop.git
24 lines
437 B
TOML
24 lines
437 B
TOML
[[constraint]]
|
|
name = "github.com/gdamore/tcell"
|
|
branch = "master"
|
|
|
|
[[constraint]]
|
|
name = "github.com/cjbassi/termui"
|
|
branch = "tcell-migration"
|
|
|
|
[[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
|