You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
440 B
12 lines
440 B
module github.com/jonasfranz/drone-crowdin |
|
|
|
go 1.13 |
|
|
|
require ( |
|
github.com/davecgh/go-spew v1.1.1-0.20170829195320-a47672248388 // indirect |
|
github.com/pmezard/go-difflib v1.0.0 // indirect |
|
github.com/stretchr/testify v1.1.5-0.20170809224252-890a5c3458b4 |
|
github.com/urfave/cli v1.20.1-0.20170911040819-7fb9c86b14e6 |
|
golang.org/x/net v0.0.0-20170922011244-0744d001aa84 |
|
golang.org/x/text v0.1.1-0.20170915090833-1cbadb444a80 // indirect |
|
)
|
|
|