Add dependencies using vendoring technique

This commit is contained in:
Marius 2016-01-05 19:10:21 +01:00
parent cfba2e3b94
commit 83f71dcd92
5 changed files with 16 additions and 0 deletions

12
.gitmodules vendored
View File

@ -1,3 +1,15 @@
[submodule "vendor/github.com/nightlyone/lockfile"]
path = vendor/github.com/nightlyone/lockfile
url = https://github.com/nightlyone/lockfile.git
[submodule "vendor/github.com/aws/aws-sdk-go"]
path = vendor/github.com/aws/aws-sdk-go
url = https://github.com/aws/aws-sdk-go
[submodule "vendor/github.com/bmizerany/pat"]
path = vendor/github.com/bmizerany/pat
url = https://github.com/bmizerany/pat
[submodule "vendor/github.com/golang/mock"]
path = vendor/github.com/golang/mock
url = https://github.com/golang/mock
[submodule "vendor/github.com/stretchr/testify"]
path = vendor/github.com/stretchr/testify
url = https://github.com/stretchr/testify

1
vendor/github.com/aws/aws-sdk-go generated vendored Submodule

@ -0,0 +1 @@
Subproject commit c676927b4f3771ff71c0c0b0cb8cf4575d8d0a65

1
vendor/github.com/bmizerany/pat generated vendored Submodule

@ -0,0 +1 @@
Subproject commit b8a35001b773c267eb260a691f4e5499a3531600

1
vendor/github.com/golang/mock generated vendored Submodule

@ -0,0 +1 @@
Subproject commit 58a501f87109a45c68afc54e6b1368398678d386

1
vendor/github.com/stretchr/testify generated vendored Submodule

@ -0,0 +1 @@
Subproject commit 67106a5111a06241c8d84952c33214675f51a34a