Skip to content

Commit ff63dab

Browse files
submariner-botAutomated Release
andauthored
Pin Admiral to v0.14.0-m0 (#211)
Signed-off-by: Automated Release <[email protected]> Signed-off-by: Automated Release <[email protected]> Co-authored-by: Automated Release <[email protected]>
1 parent 613da3d commit ff63dab

File tree

2 files changed

+91
-62
lines changed

2 files changed

+91
-62
lines changed

go.mod

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/openshift/api v0.0.0-20220414050251-a83e6f8f1d50
1515
github.com/pkg/errors v0.9.1
1616
github.com/spf13/cobra v1.5.0
17-
github.com/submariner-io/admiral v0.13.0-m2.0.20220801133712-a14f98e90433
17+
github.com/submariner-io/admiral v0.14.0-m0
1818
github.com/submariner-io/cloud-prepare v0.13.0-m2.0.20220726072231-78de7046e1bd
1919
github.com/submariner-io/lighthouse v0.13.0-m2.0.20220621072741-0cd5c1da3f9c
2020
github.com/submariner-io/shipyard v0.14.0-m0
@@ -23,12 +23,12 @@ require (
2323
github.com/uw-labs/lichen v0.1.7
2424
golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2
2525
google.golang.org/api v0.92.0
26-
k8s.io/api v0.23.5
27-
k8s.io/apiextensions-apiserver v0.23.5
28-
k8s.io/apimachinery v0.23.5
26+
k8s.io/api v0.24.2
27+
k8s.io/apiextensions-apiserver v0.24.0
28+
k8s.io/apimachinery v0.24.2
2929
k8s.io/client-go v12.0.0+incompatible
30-
k8s.io/utils v0.0.0-20211116205334-6203023598ed
31-
sigs.k8s.io/controller-runtime v0.11.2
30+
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
31+
sigs.k8s.io/controller-runtime v0.12.1
3232
sigs.k8s.io/mcs-api v0.1.0
3333
sigs.k8s.io/yaml v1.3.0
3434
)
@@ -42,6 +42,8 @@ require (
4242
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
4343
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
4444
github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1 // indirect
45+
github.com/PuerkitoBio/purell v1.1.1 // indirect
46+
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
4547
github.com/aws/aws-sdk-go-v2 v1.16.7 // indirect
4648
github.com/aws/aws-sdk-go-v2/config v1.15.14 // indirect
4749
github.com/aws/aws-sdk-go-v2/credentials v1.12.9 // indirect
@@ -56,31 +58,37 @@ require (
5658
github.com/aws/smithy-go v1.12.0 // indirect
5759
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
5860
github.com/davecgh/go-spew v1.1.1 // indirect
61+
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
5962
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
6063
github.com/fsnotify/fsnotify v1.5.1 // indirect
6164
github.com/go-logr/logr v1.2.2 // indirect
65+
github.com/go-openapi/jsonpointer v0.19.5 // indirect
66+
github.com/go-openapi/jsonreference v0.19.5 // indirect
67+
github.com/go-openapi/swag v0.19.15 // indirect
6268
github.com/gogo/protobuf v1.3.2 // indirect
6369
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
6470
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
6571
github.com/golang/protobuf v1.5.2 // indirect
72+
github.com/google/gnostic v0.5.7-v3refs // indirect
6673
github.com/google/go-cmp v0.5.8 // indirect
6774
github.com/google/gofuzz v1.2.0 // indirect
6875
github.com/google/licenseclassifier v0.0.0-20201113175434-78a70215ca36 // indirect
6976
github.com/google/uuid v1.3.0 // indirect
7077
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
7178
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
72-
github.com/googleapis/gnostic v0.5.5 // indirect
7379
github.com/gophercloud/gophercloud v0.25.0 // indirect
7480
github.com/hashicorp/errwrap v1.1.0 // indirect
7581
github.com/hashicorp/go-multierror v1.1.1 // indirect
7682
github.com/imdario/mergo v0.3.12 // indirect
7783
github.com/inconshreveable/mousetrap v1.0.0 // indirect
7884
github.com/jmespath/go-jmespath v0.4.0 // indirect
85+
github.com/josharian/intern v1.0.0 // indirect
7986
github.com/json-iterator/go v1.1.12 // indirect
8087
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
8188
github.com/kr/pretty v0.2.1 // indirect
8289
github.com/kylelemons/godebug v1.1.0 // indirect
8390
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
91+
github.com/mailru/easyjson v0.7.7 // indirect
8492
github.com/mattn/go-colorable v0.1.12 // indirect
8593
github.com/mattn/go-runewidth v0.0.13 // indirect
8694
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
@@ -89,6 +97,7 @@ require (
8997
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9098
github.com/modern-go/reflect2 v1.0.2 // indirect
9199
github.com/muesli/termenv v0.11.0 // indirect
100+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
92101
github.com/nxadm/tail v1.4.8 // indirect
93102
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
94103
github.com/rivo/uniseg v0.2.0 // indirect
@@ -102,24 +111,24 @@ require (
102111
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
103112
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
104113
golang.org/x/text v0.3.8-0.20220509174342-b4bca84b0361 // indirect
105-
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
114+
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
106115
google.golang.org/appengine v1.6.7 // indirect
107116
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect
108117
google.golang.org/grpc v1.47.0 // indirect
109-
google.golang.org/protobuf v1.28.0 // indirect
118+
google.golang.org/protobuf v1.28.1 // indirect
110119
gopkg.in/inf.v0 v0.9.1 // indirect
111120
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
112121
gopkg.in/yaml.v2 v2.4.0 // indirect
113122
gopkg.in/yaml.v3 v3.0.1 // indirect
114123
k8s.io/klog v1.0.0 // indirect
115-
k8s.io/klog/v2 v2.40.1 // indirect
116-
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
117-
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
124+
k8s.io/klog/v2 v2.60.1 // indirect
125+
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
126+
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
118127
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
119128
)
120129

121130
// When changing pins, check the dependabot configuration too
122131
// in .github/dependabot.yml
123132

124-
// This can be removed when submariner-operator is bumped to K8s v0.23.5
125-
replace k8s.io/client-go => k8s.io/client-go v0.23.5
133+
// This can be removed when submariner-operator is bumped to K8s v0.24.2
134+
replace k8s.io/client-go => k8s.io/client-go v0.24.2

0 commit comments

Comments
 (0)