Skip to content

Commit

Permalink
Merge pull request #1582 from weaveworks/use-aws-sdk-fork
Browse files Browse the repository at this point in the history
Use AWS SDK fork instead of a local copy
  • Loading branch information
marccarre authored Nov 20, 2019
2 parents ed858bb + 2ce15ef commit 24efd78
Show file tree
Hide file tree
Showing 2,750 changed files with 16 additions and 2,706,265 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
machine:
image: ubuntu-1604:201903-01
environment:
BUILD_IMAGE: weaveworks/eksctl-build:1489934160b4ef8f94850d152c456db81a6cceb6
BUILD_IMAGE: weaveworks/eksctl-build:0860707392c6f8cb3b2eae8a992f03f9d6ecfe58
steps:
- checkout
# enabling docker executor will require to use large resource class, which
Expand All @@ -26,7 +26,7 @@ jobs:
machine:
image: ubuntu-1604:201903-01
environment:
BUILD_IMAGE: weaveworks/eksctl-build:1489934160b4ef8f94850d152c456db81a6cceb6
BUILD_IMAGE: weaveworks/eksctl-build:0860707392c6f8cb3b2eae8a992f03f9d6ecfe58
steps:
- checkout
- run: docker pull $BUILD_IMAGE
Expand All @@ -38,7 +38,7 @@ jobs:
machine:
image: ubuntu-1604:201903-01
environment:
BUILD_IMAGE: weaveworks/eksctl-build:1489934160b4ef8f94850d152c456db81a6cceb6
BUILD_IMAGE: weaveworks/eksctl-build:0860707392c6f8cb3b2eae8a992f03f9d6ecfe58
steps:
- checkout
- run: docker pull $BUILD_IMAGE
Expand All @@ -50,7 +50,7 @@ jobs:
machine:
image: ubuntu-1604:201903-01
environment:
BUILD_IMAGE: weaveworks/eksctl-build:1489934160b4ef8f94850d152c456db81a6cceb6
BUILD_IMAGE: weaveworks/eksctl-build:0860707392c6f8cb3b2eae8a992f03f9d6ecfe58
steps:
- add_ssh_keys:
fingerprints:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: docker://weaveworks/eksctl-build:1489934160b4ef8f94850d152c456db81a6cceb6
- uses: docker://weaveworks/eksctl-build:0860707392c6f8cb3b2eae8a992f03f9d6ecfe58
name: Run make lint
with:
entrypoint: make
args: lint
- uses: docker://weaveworks/eksctl-build:1489934160b4ef8f94850d152c456db81a6cceb6
- uses: docker://weaveworks/eksctl-build:0860707392c6f8cb3b2eae8a992f03f9d6ecfe58
name: Run make check-all-generated-files-up-to-date
with:
entrypoint: make
args: check-all-generated-files-up-to-date
- uses: docker://weaveworks/eksctl-build:1489934160b4ef8f94850d152c456db81a6cceb6
- uses: docker://weaveworks/eksctl-build:0860707392c6f8cb3b2eae8a992f03f9d6ecfe58
name: Run make unit-test
with:
entrypoint: make
args: unit-test
- uses: docker://weaveworks/eksctl-build:1489934160b4ef8f94850d152c456db81a6cceb6
- uses: docker://weaveworks/eksctl-build:0860707392c6f8cb3b2eae8a992f03f9d6ecfe58
name: Run make build-integration-test
with:
entrypoint: make
args: build-integration-test
- uses: docker://weaveworks/eksctl-build:1489934160b4ef8f94850d152c456db81a6cceb6
- uses: docker://weaveworks/eksctl-build:0860707392c6f8cb3b2eae8a992f03f9d6ecfe58
name: Run make build
with:
entrypoint: make
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ $(generated_code_deep_copy_helper): $(deep_copy_helper_input) .license-header ##
$(generated_code_aws_sdk_mocks): $(call godeps,pkg/eks/mocks/mocks.go)
mkdir -p vendor/github.com/aws/
@# Hack for Mockery to find the dependencies handled by `go mod`
ln -sfn "$(gopath)/pkg/mod/github.com/aws/aws-sdk-go@v1.23.15" vendor/github.com/aws/aws-sdk-go
ln -sfn "$(gopath)/pkg/mod/github.com/weaveworks-experiments/aws-sdk-go@v1.25.14-0.20191118174145-b6a927b24aa9" vendor/github.com/aws/aws-sdk-go
time env GOBIN=$(GOBIN) go generate ./pkg/eks/mocks

##@ Docker
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ go 1.12
require (
github.com/MakeNowJust/heredoc v0.0.0-20171113091838-e9091a26100e // indirect
github.com/alecthomas/jsonschema v0.0.0-20190530235721-fd8d96416671
github.com/aws/aws-sdk-go v1.23.15
github.com/aws/aws-sdk-go v1.25.36
github.com/awslabs/goformation v0.0.0-20190320125420-ac0a17860cf1
github.com/blang/semver v3.5.1+incompatible
github.com/christopherhein/go-version v0.0.0-20180807222509-fee8dd1f7c24
Expand Down Expand Up @@ -104,7 +104,7 @@ replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v10.14.0+incompatible
// Needed due to to Sirupsen/sirupsen case clash
github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.4.2
github.com/aws/aws-sdk-go => ./lib/github.com/aws/aws-sdk-go
github.com/aws/aws-sdk-go => github.com/weaveworks-experiments/aws-sdk-go v1.25.14-0.20191118174145-b6a927b24aa9
github.com/awslabs/goformation => github.com/errordeveloper/goformation v0.0.0-20190507151947-a31eae35e596
// Override version since auto-detected one fails with GOPROXY
github.com/census-instrumentation/opencensus-proto => github.com/census-instrumentation/opencensus-proto v0.2.0
Expand Down
15 changes: 4 additions & 11 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,6 @@ github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmV
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
github.com/aws/aws-sdk-go v1.15.11/go.mod h1:mFuSZ37Z9YOHbQEwBWztmVzqXrEkub65tZoCYDt7FT0=
github.com/aws/aws-sdk-go v1.15.27/go.mod h1:mFuSZ37Z9YOHbQEwBWztmVzqXrEkub65tZoCYDt7FT0=
github.com/aws/aws-sdk-go v1.15.31/go.mod h1:mFuSZ37Z9YOHbQEwBWztmVzqXrEkub65tZoCYDt7FT0=
github.com/aws/aws-sdk-go v1.15.59/go.mod h1:E3/ieXAlvM0XWO57iftYVDLLvQ824smPP3ATZkfNZeM=
github.com/aws/aws-sdk-go v1.15.64/go.mod h1:E3/ieXAlvM0XWO57iftYVDLLvQ824smPP3ATZkfNZeM=
github.com/aws/aws-sdk-go v1.16.23/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/aws/aws-sdk-go v1.19.11/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/aws/aws-sdk-go v1.23.15 h1:ut2ZzO0A34Ds18NXvvkWWKyO4aZqQ9uZquslWzCQvGU=
github.com/aws/aws-sdk-go v1.23.15/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/benbjohnson/tmpl v1.0.0/go.mod h1:igT620JFIi44B6awvU9IsDhR77IXWtFigTLil/RPdps=
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 h1:xJ4a3vCFaGF/jqvzLMYoU8P317H5OQ+Via4RmuPwCS0=
Expand Down Expand Up @@ -300,7 +291,6 @@ github.com/gliderlabs/ssh v0.1.1/go.mod h1:U7qILu1NlMHj9FlMhZLlkCdDnU1DBEAqr0aev
github.com/glycerine/go-unsnap-stream v0.0.0-20180323001048-9f0cb55181dd/go.mod h1:/20jfyN9Y5QPEAprSgKAUr+glWDY39ZiUEAYOEv5dsE=
github.com/glycerine/goconvey v0.0.0-20180728074245-46e3a41ad493/go.mod h1:Ogl1Tioa0aV7gstGFO7KhffUsb9M4ydbEbbxpcEDc24=
github.com/go-errors/errors v1.0.1/go.mod h1:f4zRHt4oKfwPJE5k8C9vpYG+aDHdBFUsgrm6/TyX73Q=
github.com/go-ini/ini v1.25.4/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8=
github.com/go-ini/ini v1.37.0 h1:/FpMfveJbc7ExTTDgT5nL9Vw+aZdst/c2dOxC931U+M=
github.com/go-ini/ini v1.37.0/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8=
github.com/go-kit/kit v0.8.0 h1:Wz+5lgoB0kkuqLEc6NVmwRknTKP6dTGbSqvhZtBI/j0=
Expand Down Expand Up @@ -555,7 +545,6 @@ github.com/jeffchao/backoff v0.0.0-20140404060208-9d7fd7aa17f2/go.mod h1:xkfESuH
github.com/jefferai/jsonx v0.0.0-20160721235117-9cc31c3135ee/go.mod h1:N0t2vlmpe8nyZB5ouIbJQPDSR+mH6oe7xHB9VZHSUzM=
github.com/jellevandenhooff/dkim v0.0.0-20150330215556-f50fe3d243e1/go.mod h1:E0B/fFc00Y+Rasa88328GlI/XbtyysCtTHZS8h7IrBU=
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k=
github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k=
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af h1:pmfjZENx5imkbgOkpRUYLnmbU7UEFbjtDA2hxJ1ichM=
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k=
Expand Down Expand Up @@ -960,6 +949,10 @@ github.com/vmware/govmomi v0.19.0 h1:CR6tEByWCPOnRoRyhLzuHaU+6o2ybF3qufNRWS/MGrY
github.com/vmware/govmomi v0.19.0/go.mod h1:URlwyTFZX72RmxtxuaFL2Uj3fD1JTvZdx59bHWk6aFU=
github.com/voxelbrain/goptions v0.0.0-20180630082107-58cddc247ea2 h1:txplJASvd6b/hrE0s/Ixfpp2cuwH9IO9oZBAN9iYa4A=
github.com/voxelbrain/goptions v0.0.0-20180630082107-58cddc247ea2/go.mod h1:DGCIhurYgnLz8J9ga1fMV/fbLDyUvTyrWXVWUIyJon4=
github.com/weaveworks-experiments/aws-sdk-go v1.25.14-0.20191118174145-b6a927b24aa9 h1:oyzm6gjN3z7DvWz0aRwdmJLSRHK2aHchUjlb2HOcBdc=
github.com/weaveworks-experiments/aws-sdk-go v1.25.14-0.20191118174145-b6a927b24aa9/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/weaveworks-experiments/aws-sdk-go v1.25.36 h1:7iw00AOQcA+NXuPenBlBfcpgFoPCTyzouHyjLRLHcgo=
github.com/weaveworks-experiments/aws-sdk-go v1.25.36/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/weaveworks/common v0.0.0-20190410110702-87611edc252e/go.mod h1:pSm+0KR57BG3pvGoJWFXJSAC7+sEPewcvdt5StevL3A=
github.com/weaveworks/flux v0.0.0-20190729133003-c78ccd3706b5 h1:NAlFNFqpgBqufg0m/FCVmnsQxXVH5gO/Efxi/Hbdiiw=
github.com/weaveworks/flux v0.0.0-20190729133003-c78ccd3706b5/go.mod h1:ZKP5adRfgMH9xY8/nG+Z+Z+fylHgimnL6/+/wzfQJr8=
Expand Down
14 changes: 0 additions & 14 deletions lib/github.com/aws/aws-sdk-go/.github/ISSUE_TEMPLATE.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions lib/github.com/aws/aws-sdk-go/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions lib/github.com/aws/aws-sdk-go/.godoc_config

This file was deleted.

63 changes: 0 additions & 63 deletions lib/github.com/aws/aws-sdk-go/.travis.yml

This file was deleted.

Loading

0 comments on commit 24efd78

Please sign in to comment.