sampler-fork/go.mod

9 lines
230 B
Modula-2
Raw Normal View History

2019-01-25 04:11:26 +00:00
module github.com/sqshq/vcmd
2019-01-25 04:10:38 +00:00
require (
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/sqshq/termui v0.0.0-20190125032456-731556c09f2c
gopkg.in/yaml.v2 v2.2.2
)