gaper/go.mod

17 lines
502 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/fatih/color v1.7.0
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
2019-11-21 16:05:09 -06:00
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.4.0
2022-08-07 08:40:15 -05:00
github.com/urfave/cli/v2 v2.11.1
2019-11-21 16:05:09 -06:00
golang.org/x/sys v0.0.0-20180616030259-6c888cc515d3 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
2019-11-12 15:37:44 -06:00
)