Skip to content

Commit dd3d437

Browse files
Bump the gomod group with 6 updates
Bumps the gomod group with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.22.2` | `2.23.0` | | [github.com/submariner-io/cloud-prepare](https://github.com/submariner-io/cloud-prepare) | `0.20.0-rc1` | `0.21.0-m0` | | [github.com/submariner-io/submariner-operator](https://github.com/submariner-io/submariner-operator) | `0.20.0-rc1` | `0.21.0-m0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.27.0` | `0.28.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.223.0` | `0.224.0` | | [open-cluster-management.io/api](https://github.com/open-cluster-management-io/api) | `0.15.0` | `0.16.0` | Updates `github.com/onsi/ginkgo/v2` from 2.22.2 to 2.23.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.22.2...v2.23.0) Updates `github.com/submariner-io/cloud-prepare` from 0.20.0-rc1 to 0.21.0-m0 - [Release notes](https://github.com/submariner-io/cloud-prepare/releases) - [Commits](submariner-io/cloud-prepare@v0.20.0-rc1...v0.21.0-m0) Updates `github.com/submariner-io/submariner-operator` from 0.20.0-rc1 to 0.21.0-m0 - [Release notes](https://github.com/submariner-io/submariner-operator/releases) - [Commits](submariner-io/submariner-operator@v0.20.0-rc1...v0.21.0-m0) Updates `golang.org/x/oauth2` from 0.27.0 to 0.28.0 - [Commits](golang/oauth2@v0.27.0...v0.28.0) Updates `google.golang.org/api` from 0.223.0 to 0.224.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.223.0...v0.224.0) Updates `open-cluster-management.io/api` from 0.15.0 to 0.16.0 - [Release notes](https://github.com/open-cluster-management-io/api/releases) - [Commits](open-cluster-management-io/api@v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/submariner-io/cloud-prepare dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/submariner-io/submariner-operator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: open-cluster-management.io/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 01a4a74 commit dd3d437

File tree

2 files changed

+128
-127
lines changed

2 files changed

+128
-127
lines changed

go.mod

+42-42
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,33 @@ require (
88
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
99
github.com/gophercloud/gophercloud v1.14.1
1010
github.com/gophercloud/utils v0.0.0-20210909165623-d7085207ff6d
11-
github.com/onsi/ginkgo/v2 v2.22.2
11+
github.com/onsi/ginkgo/v2 v2.23.0
1212
github.com/onsi/gomega v1.36.2
1313
github.com/openshift/api v0.0.0-20250124212313-a770960d61e0
1414
github.com/openshift/library-go v0.0.0-20250129210218-fe56c2cf5d70
1515
github.com/operator-framework/api v0.27.0
1616
github.com/pkg/errors v0.9.1
1717
github.com/spf13/cobra v1.9.1
1818
github.com/spf13/pflag v1.0.6
19-
github.com/submariner-io/admiral v0.20.0-rc1
20-
github.com/submariner-io/cloud-prepare v0.20.0-rc1
21-
github.com/submariner-io/submariner v0.20.0-rc1
22-
github.com/submariner-io/submariner-operator v0.20.0-rc1
19+
github.com/submariner-io/admiral v0.21.0-m0
20+
github.com/submariner-io/cloud-prepare v0.21.0-m0
21+
github.com/submariner-io/submariner v0.21.0-m0
22+
github.com/submariner-io/submariner-operator v0.21.0-m0
2323
go.uber.org/mock v0.5.0
24-
golang.org/x/oauth2 v0.27.0
25-
google.golang.org/api v0.223.0
24+
golang.org/x/oauth2 v0.28.0
25+
google.golang.org/api v0.224.0
2626
gopkg.in/yaml.v2 v2.4.0
27-
k8s.io/api v0.32.1
28-
k8s.io/apiextensions-apiserver v0.32.1
29-
k8s.io/apimachinery v0.32.1
30-
k8s.io/client-go v0.32.1
31-
k8s.io/code-generator v0.32.1
32-
k8s.io/component-base v0.32.1
27+
k8s.io/api v0.32.2
28+
k8s.io/apiextensions-apiserver v0.32.2
29+
k8s.io/apimachinery v0.32.2
30+
k8s.io/client-go v0.32.2
31+
k8s.io/code-generator v0.32.2
32+
k8s.io/component-base v0.32.2
3333
k8s.io/klog/v2 v2.130.1
3434
k8s.io/utils v0.0.0-20241210054802-24370beab758
3535
open-cluster-management.io/addon-framework v0.11.0
36-
open-cluster-management.io/api v0.15.0
37-
sigs.k8s.io/controller-runtime v0.20.1
36+
open-cluster-management.io/api v0.16.0
37+
sigs.k8s.io/controller-runtime v0.20.2
3838
sigs.k8s.io/mcs-api v0.1.0
3939
)
4040

@@ -51,20 +51,20 @@ require (
5151
github.com/NYTimes/gziphandler v1.1.1 // indirect
5252
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
5353
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
54-
github.com/aws/aws-sdk-go-v2 v1.36.0 // indirect
55-
github.com/aws/aws-sdk-go-v2/config v1.29.4 // indirect
56-
github.com/aws/aws-sdk-go-v2/credentials v1.17.57 // indirect
57-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.27 // indirect
58-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.31 // indirect
59-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.31 // indirect
60-
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect
61-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.202.2 // indirect
62-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect
63-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.12 // indirect
64-
github.com/aws/aws-sdk-go-v2/service/sso v1.24.14 // indirect
65-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.13 // indirect
66-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.12 // indirect
67-
github.com/aws/smithy-go v1.22.2 // indirect
54+
github.com/aws/aws-sdk-go-v2 v1.36.3 // indirect
55+
github.com/aws/aws-sdk-go-v2/config v1.29.8 // indirect
56+
github.com/aws/aws-sdk-go-v2/credentials v1.17.61 // indirect
57+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
58+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
59+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
60+
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
61+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.207.0 // indirect
62+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
63+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
64+
github.com/aws/aws-sdk-go-v2/service/sso v1.25.0 // indirect
65+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.29.0 // indirect
66+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.16 // indirect
67+
github.com/aws/smithy-go v1.22.3 // indirect
6868
github.com/beorn7/perks v1.0.1 // indirect
6969
github.com/blang/semver/v4 v4.0.0 // indirect
7070
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -73,7 +73,7 @@ require (
7373
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7474
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
7575
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
76-
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
76+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
7777
github.com/felixge/fgprof v0.9.4 // indirect
7878
github.com/felixge/httpsnoop v1.0.4 // indirect
7979
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -95,16 +95,16 @@ require (
9595
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
9696
github.com/google/s2a-go v0.1.9 // indirect
9797
github.com/google/uuid v1.6.0 // indirect
98-
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
98+
github.com/googleapis/enterprise-certificate-proxy v0.3.5 // indirect
9999
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
100100
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
101101
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
102102
github.com/inconshreveable/mousetrap v1.1.0 // indirect
103103
github.com/josharian/intern v1.0.0 // indirect
104104
github.com/json-iterator/go v1.1.12 // indirect
105-
github.com/klauspost/compress v1.17.9 // indirect
105+
github.com/klauspost/compress v1.17.11 // indirect
106106
github.com/kylelemons/godebug v1.1.0 // indirect
107-
github.com/mailru/easyjson v0.7.7 // indirect
107+
github.com/mailru/easyjson v0.9.0 // indirect
108108
github.com/mattn/go-colorable v0.1.13 // indirect
109109
github.com/mattn/go-isatty v0.0.19 // indirect
110110
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -114,9 +114,9 @@ require (
114114
github.com/openshift/client-go v0.0.0-20250125113824-8e1f0b8fa9a7 // indirect
115115
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
116116
github.com/pkg/profile v1.7.0 // indirect
117-
github.com/prometheus/client_golang v1.20.5 // indirect
117+
github.com/prometheus/client_golang v1.21.0 // indirect
118118
github.com/prometheus/client_model v0.6.1 // indirect
119-
github.com/prometheus/common v0.55.0 // indirect
119+
github.com/prometheus/common v0.62.0 // indirect
120120
github.com/prometheus/procfs v0.15.1 // indirect
121121
github.com/robfig/cron v1.2.0 // indirect
122122
github.com/rs/zerolog v1.33.0 // indirect
@@ -138,29 +138,29 @@ require (
138138
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
139139
go.uber.org/multierr v1.11.0 // indirect
140140
go.uber.org/zap v1.27.0 // indirect
141-
golang.org/x/crypto v0.33.0 // indirect
141+
golang.org/x/crypto v0.35.0 // indirect
142142
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
143-
golang.org/x/mod v0.22.0 // indirect
143+
golang.org/x/mod v0.23.0 // indirect
144144
golang.org/x/net v0.35.0 // indirect
145145
golang.org/x/sync v0.11.0 // indirect
146146
golang.org/x/sys v0.30.0 // indirect
147147
golang.org/x/term v0.29.0 // indirect
148148
golang.org/x/text v0.22.0 // indirect
149149
golang.org/x/time v0.10.0 // indirect
150-
golang.org/x/tools v0.28.0 // indirect
150+
golang.org/x/tools v0.30.0 // indirect
151151
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
152-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2 // indirect
152+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250227231956-55c901821b1e // indirect
153153
google.golang.org/grpc v1.70.0 // indirect
154154
google.golang.org/protobuf v1.36.5 // indirect
155155
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
156156
gopkg.in/inf.v0 v0.9.1 // indirect
157157
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
158158
gopkg.in/yaml.v3 v3.0.1 // indirect
159-
k8s.io/apiserver v0.32.1 // indirect
159+
k8s.io/apiserver v0.32.2 // indirect
160160
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
161-
k8s.io/kms v0.32.1 // indirect
161+
k8s.io/kms v0.32.2 // indirect
162162
k8s.io/kube-aggregator v0.32.1 // indirect
163-
k8s.io/kube-openapi v0.0.0-20241212045625-5ad02ce6640f // indirect
163+
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
164164
open-cluster-management.io/sdk-go v0.15.0 // indirect
165165
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 // indirect
166166
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect

0 commit comments

Comments
 (0)