Add dependencies using vendoring technique
This commit is contained in:
parent
cfba2e3b94
commit
83f71dcd92
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit c676927b4f3771ff71c0c0b0cb8cf4575d8d0a65
|
|
@ -0,0 +1 @@
|
|||
Subproject commit b8a35001b773c267eb260a691f4e5499a3531600
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 58a501f87109a45c68afc54e6b1368398678d386
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 67106a5111a06241c8d84952c33214675f51a34a
|
Loading…
Reference in New Issue