tideliftcli/go.mod

13 lines
266 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
github.com/pmezard/go-difflib v1.0.0
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
)