gaper/go.mod

24 lines
950 B
Modula-2
Raw Normal View History

2019-11-12 15:37:44 -06:00
module github.com/maxcnunes/gaper
go 1.13
require (
github.com/alecthomas/gometalinter v3.0.0+incompatible // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
2019-11-21 16:05:09 -06:00
github.com/davecgh/go-spew v1.1.0 // indirect
2019-11-12 15:37:44 -06:00
github.com/fatih/color v1.7.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
2019-11-21 16:05:09 -06:00
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
2019-11-12 15:37:44 -06:00
github.com/mattn/go-shellwords v1.0.3
github.com/mattn/go-zglob v0.0.0-20180607075734-49693fbb3fe3
github.com/nicksnyder/go-i18n v1.10.1 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
2019-11-21 16:05:09 -06:00
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.4.0
2019-11-21 16:05:09 -06:00
github.com/urfave/cli v1.22.2
golang.org/x/sys v0.0.0-20180616030259-6c888cc515d3 // indirect
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
2019-11-12 15:37:44 -06:00
)