Remove aws-go-sdk and consul package from vendor directory
This prevented using the s3store and consullocker packages since Go required the user to provide types from the vendored packages but the user cannot access these. Fixes #59
This commit is contained in:
parent
96d9e5bbd4
commit
beef245bd3
|
@ -4,9 +4,6 @@
|
|||
[submodule "vendor/github.com/nightlyone/lockfile"]
|
||||
path = vendor/github.com/nightlyone/lockfile
|
||||
url = https://github.com/nightlyone/lockfile
|
||||
[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/go-ini/ini"]
|
||||
path = vendor/github.com/go-ini/ini
|
||||
url = https://github.com/go-ini/ini
|
||||
|
@ -25,9 +22,6 @@
|
|||
[submodule "vendor/github.com/pmezard/go-difflib"]
|
||||
path = vendor/github.com/pmezard/go-difflib
|
||||
url = https://github.com/pmezard/go-difflib
|
||||
[submodule "vendor/github.com/hashicorp/consul"]
|
||||
path = vendor/github.com/hashicorp/consul
|
||||
url = https://github.com/hashicorp/consul
|
||||
[submodule "vendor/github.com/hashicorp/go-cleanhttp"]
|
||||
path = vendor/github.com/hashicorp/go-cleanhttp
|
||||
url = https://github.com/hashicorp/go-cleanhttp
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit c76e8918e8f08490e3bb154178a84a0b2bdf8d6e
|
|
@ -1 +0,0 @@
|
|||
Subproject commit f6fef66e1bf17be4f3c9855fbec6de802ca6bd7d
|
Loading…
Reference in New Issue