Skip to content

Commit

Permalink
Update aws client to pass clientsets to cloud-prepare
Browse files Browse the repository at this point in the history
Signed-Off-by: Sridhar Gaddam <[email protected]>
  • Loading branch information
sridhargaddam authored and skitt committed Sep 14, 2021
1 parent d04a2e6 commit e371247
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 11 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/AlecAivazis/survey/v2 v2.2.13
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/aws/aws-sdk-go v1.40.7
github.com/aws/aws-sdk-go v1.40.41
github.com/coreos/go-semver v0.3.0
github.com/coreos/prometheus-operator v0.38.1-0.20200424145508-7e176fda06cc
github.com/go-errors/errors v1.2.0 // indirect
Expand Down Expand Up @@ -34,7 +34,7 @@ require (
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spf13/cobra v1.2.0
github.com/submariner-io/admiral v0.11.0-m2
github.com/submariner-io/cloud-prepare v0.10.0-rc0.0.20210727150757-5e29b6472b99
github.com/submariner-io/cloud-prepare v0.11.0-m2
github.com/submariner-io/lighthouse v0.10.0-rc0.0.20210713134647-2739f14330cd
github.com/submariner-io/shipyard v0.11.0-m2
github.com/submariner-io/submariner v0.10.0-rc1.0.20210816153739-c8e6654e3930
Expand Down
Loading

0 comments on commit e371247

Please sign in to comment.