tideliftcli/go.mod

17 lines
479 B
Modula-2
Raw Normal View History

2019-05-14 17:15:39 +00:00
module gitlab.com/tyrelsouza/tideliftcli
go 1.12
require (
github.com/bmatcuk/doublestar v1.1.1
github.com/davecgh/go-spew v1.1.1
2019-05-15 04:07:54 +00:00
github.com/fatih/color v1.7.0 // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
2019-05-14 17:15:39 +00:00
github.com/pmezard/go-difflib v1.0.0
2019-05-15 04:07:54 +00:00
github.com/rakyll/gotest v0.0.0-20180125184505-86f0749cd8cc // indirect
2019-05-14 17:15:39 +00:00
github.com/stretchr/testify v1.3.0
github.com/urfave/cli v1.20.0
2019-05-15 02:40:51 +00:00
gopkg.in/yaml.v2 v2.2.2
2019-05-14 17:15:39 +00:00
)