Skip to content

Commit

Permalink
Update Operator to use version v0.10.0-rc0 (submariner-io#1483)
Browse files Browse the repository at this point in the history
Signed-off-by: Automated Release <release@submariner.io>
Signed-off-by: Miguel Angel Ajo <majopela@redhat.com>

Co-authored-by: Automated Release <release@submariner.io>
  • Loading branch information
submariner-bot and Automated Release committed Jul 13, 2021
1 parent 3227ac5 commit 870e4e1
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 35 deletions.
11 changes: 4 additions & 7 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.38.60
github.com/aws/aws-sdk-go v1.39.4
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,17 +34,14 @@ require (
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spf13/cobra v1.2.0
github.com/submariner-io/admiral v0.10.0-rc0
github.com/submariner-io/cloud-prepare v0.10.0-m2
github.com/submariner-io/lighthouse v0.10.0-m2.0.20210618122405-aef0fb374a53
github.com/submariner-io/cloud-prepare v0.10.0-rc0
github.com/submariner-io/lighthouse v0.10.0-rc0.0.20210713134647-2739f14330cd
github.com/submariner-io/shipyard v0.10.0-rc0
github.com/submariner-io/submariner v0.10.0-m2.0.20210701200101-4ff1348e9092
github.com/submariner-io/submariner v0.10.0-rc0
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/uw-labs/lichen v0.1.4
github.com/xlab/treeprint v1.1.0 // indirect
go.starlark.net v0.0.0-20210506034541-84642328b1f0 // indirect
golang.org/x/crypto v0.0.0-20210505212654-3497b51f5e64 // indirect
golang.org/x/net v0.0.0-20210505214959-0714010a04ed // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
gopkg.in/ini.v1 v1.62.0
k8s.io/api v0.21.0
Expand Down

0 comments on commit 870e4e1

Please sign in to comment.