added glide.yaml
This commit is contained in:
parent
660a31ca7c
commit
3ba213464a
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -19,3 +19,4 @@
|
||||||
.vendor/
|
.vendor/
|
||||||
*.iml
|
*.iml
|
||||||
.vscode/
|
.vscode/
|
||||||
|
glide.lock
|
||||||
|
|
10
glide.yaml
Normal file
10
glide.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
package: git.loafle.net/overflow/ssh_crawler
|
||||||
|
import:
|
||||||
|
- package: git.loafle.net/overflow/crawler_go
|
||||||
|
- package: git.loafle.net/overflow/overflow_commons_go
|
||||||
|
subpackages:
|
||||||
|
- modules/config/model
|
||||||
|
- modules/config/util
|
||||||
|
- package: golang.org/x/crypto
|
||||||
|
subpackages:
|
||||||
|
- ssh
|
Loading…
Reference in New Issue
Block a user