added glide.yaml

This commit is contained in:
snoop 2017-11-20 14:35:17 +09:00
parent 660a31ca7c
commit 3ba213464a
2 changed files with 12 additions and 1 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@
.vendor/ .vendor/
*.iml *.iml
.vscode/ .vscode/
glide.lock

10
glide.yaml Normal file
View 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