12 lines
241 B
Modula-2
12 lines
241 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
|
||
|
)
|