13 lines
266 B
Modula-2
13 lines
266 B
Modula-2
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
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|