From beef245bd3b465abeb210e4e0a38428007b92287 Mon Sep 17 00:00:00 2001 From: Marius Date: Fri, 26 Aug 2016 16:20:10 +0200 Subject: [PATCH] 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 --- .gitmodules | 6 ------ vendor/github.com/aws/aws-sdk-go | 1 - vendor/github.com/hashicorp/consul | 1 - 3 files changed, 8 deletions(-) delete mode 160000 vendor/github.com/aws/aws-sdk-go delete mode 160000 vendor/github.com/hashicorp/consul diff --git a/.gitmodules b/.gitmodules index d23d6a1..fa4617e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/vendor/github.com/aws/aws-sdk-go b/vendor/github.com/aws/aws-sdk-go deleted file mode 160000 index c76e891..0000000 --- a/vendor/github.com/aws/aws-sdk-go +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c76e8918e8f08490e3bb154178a84a0b2bdf8d6e diff --git a/vendor/github.com/hashicorp/consul b/vendor/github.com/hashicorp/consul deleted file mode 160000 index f6fef66..0000000 --- a/vendor/github.com/hashicorp/consul +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f6fef66e1bf17be4f3c9855fbec6de802ca6bd7d