Skip to content

Commit cfcfc3a

Browse files
chore(deps): update module cloud.google.com/go to v0.118.3
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 768de6f commit cfcfc3a

File tree

2 files changed

+2654
-31
lines changed

2 files changed

+2654
-31
lines changed

go.mod

+14-15
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/redhat-developer/gitops-operator
22

3-
go 1.22.0
3+
go 1.23.0
44

5-
toolchain go1.22.5
5+
toolchain go1.23.6
66

77
require (
88
github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250212035559-38faac6d4127
@@ -15,7 +15,7 @@ require (
1515
github.com/onsi/gomega v1.34.0
1616
github.com/openshift/api v0.0.0-20240906151052-5d963dce87aa
1717
github.com/operator-framework/api v0.17.5
18-
github.com/stretchr/testify v1.9.0
18+
github.com/stretchr/testify v1.10.0
1919
go.uber.org/zap v1.27.0
2020
golang.org/x/mod v0.22.0
2121
gotest.tools v2.2.0+incompatible
@@ -33,7 +33,7 @@ require (
3333
github.com/beorn7/perks v1.0.1 // indirect
3434
github.com/blang/semver/v4 v4.0.0 // indirect
3535
github.com/cert-manager/cert-manager v1.14.4 // indirect
36-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
36+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3737
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3838
github.com/dlclark/regexp2 v1.11.2 // indirect
3939
github.com/emicklei/go-restful/v3 v3.11.3 // indirect
@@ -63,24 +63,23 @@ require (
6363
github.com/pkg/errors v0.9.1 // indirect
6464
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6565
github.com/prometheus/client_golang v1.19.1 // indirect
66-
github.com/prometheus/client_model v0.6.0 // indirect
66+
github.com/prometheus/client_model v0.6.1 // indirect
6767
github.com/prometheus/common v0.48.0 // indirect
6868
github.com/prometheus/procfs v0.12.0 // indirect
6969
github.com/sethvargo/go-password v0.3.1 // indirect
7070
github.com/sirupsen/logrus v1.9.3 // indirect
7171
github.com/spf13/pflag v1.0.5 // indirect
7272
go.uber.org/multierr v1.11.0 // indirect
73-
golang.org/x/crypto v0.31.0 // indirect
73+
golang.org/x/crypto v0.33.0 // indirect
7474
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
75-
golang.org/x/net v0.33.0 // indirect
76-
golang.org/x/oauth2 v0.17.0 // indirect
77-
golang.org/x/sys v0.28.0 // indirect
78-
golang.org/x/term v0.27.0 // indirect
79-
golang.org/x/text v0.21.0 // indirect
80-
golang.org/x/time v0.5.0 // indirect
75+
golang.org/x/net v0.35.0 // indirect
76+
golang.org/x/oauth2 v0.26.0 // indirect
77+
golang.org/x/sys v0.30.0 // indirect
78+
golang.org/x/term v0.29.0 // indirect
79+
golang.org/x/text v0.22.0 // indirect
80+
golang.org/x/time v0.10.0 // indirect
8181
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
82-
google.golang.org/appengine v1.6.8 // indirect
83-
google.golang.org/protobuf v1.34.1 // indirect
82+
google.golang.org/protobuf v1.36.5 // indirect
8483
gopkg.in/inf.v0 v0.9.1 // indirect
8584
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
8685
gopkg.in/yaml.v2 v2.4.0 // indirect
@@ -95,7 +94,7 @@ require (
9594
)
9695

9796
replace (
98-
cloud.google.com/go => cloud.google.com/go v0.100.2
97+
cloud.google.com/go => cloud.google.com/go v0.118.3
9998
github.com/onsi/ginkgo => github.com/onsi/ginkgo v1.16.4
10099
github.com/onsi/gomega => github.com/onsi/gomega v1.14.0
101100
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20200325131901-f7baeb993edb

0 commit comments

Comments
 (0)