mirror of https://github.com/maxcnunes/gaper.git
18 lines
487 B
Modula-2
18 lines
487 B
Modula-2
module github.com/maxcnunes/gaper
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.0
|
|
github.com/fatih/color v1.7.0
|
|
github.com/mattn/go-colorable v0.0.9
|
|
github.com/mattn/go-isatty v0.0.3
|
|
github.com/mattn/go-shellwords v1.0.3
|
|
github.com/mattn/go-zglob v0.0.0-20180607075734-49693fbb3fe3
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
github.com/stretchr/objx v0.1.1
|
|
github.com/stretchr/testify v1.2.2
|
|
github.com/urfave/cli v1.20.0
|
|
golang.org/x/sys v0.0.0-20180616030259-6c888cc515d3
|
|
)
|