gaper/go.mod

17 lines
509 B
Modula-2

module github.com/maxcnunes/gaper
go 1.13
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/fatih/color v1.7.0
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mattn/go-shellwords v1.0.3
github.com/mattn/go-zglob v0.0.0-20180607075734-49693fbb3fe3
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.2.2
github.com/urfave/cli v1.22.2
golang.org/x/sys v0.0.0-20180616030259-6c888cc515d3 // indirect
)