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.
13 lines
258 B
13 lines
258 B
![]()
4 years ago
|
module dehub
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/bmatcuk/doublestar v1.2.2
|
||
|
github.com/davecgh/go-spew v1.1.1
|
||
|
golang.org/x/crypto v0.0.0-20200109152110-61a87790db17
|
||
|
gopkg.in/src-d/go-billy.v4 v4.3.2
|
||
|
gopkg.in/src-d/go-git.v4 v4.13.1
|
||
|
gopkg.in/yaml.v2 v2.2.7
|
||
|
)
|