ethr/Gopkg.toml
Radu Matei 41a13764cd Add dep (#11)
* Add Gopkg.* and vendor/ dir

* Add info about running dep ensure in readme
2018-12-05 05:41:16 -08:00

12 lines
201 B
TOML

[[constraint]]
name = "github.com/mattn/go-runewidth"
version = "0.0.3"
[[constraint]]
branch = "master"
name = "github.com/nsf/termbox-go"
[prune]
go-tests = true
unused-packages = true