Add vendoring for dependencies

This commit is contained in:
Tony Blyler 2016-06-18 20:47:46 -04:00
parent 0cf0beb0a3
commit 19dd408ec9
No known key found for this signature in database
GPG key ID: 25C9D3A655D1A65C
3 changed files with 8 additions and 0 deletions

6
.gitmodules vendored Normal file
View 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