Add vendoring for dependencies
This commit is contained in:
parent
0cf0beb0a3
commit
19dd408ec9
3 changed files with 8 additions and 0 deletions
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[submodule "vendor/github.com/kr/fs"]
|
||||
path = vendor/github.com/kr/fs
|
||||
url = git://github.com/kr/fs
|
||||
[submodule "vendor/github.com/pkg/sftp"]
|
||||
path = vendor/github.com/pkg/sftp
|
||||
url = git://github.com/pkg/sftp
|
Loading…
Add table
Add a link
Reference in a new issue