1
1
module github.com/redhat-developer/gitops-operator
2
2
3
- go 1.22 .0
3
+ go 1.23 .0
4
4
5
- toolchain go1.22.5
5
+ toolchain go1.23.8
6
6
7
7
require (
8
8
github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250314083117-bb5580b286c5
9
9
github.com/argoproj-labs/argocd-operator v0.14.0-rc4
10
10
github.com/coreos/prometheus-operator v0.40.0
11
11
github.com/go-logr/logr v1.4.2
12
- github.com/google/go-cmp v0.6 .0
12
+ github.com/google/go-cmp v0.7 .0
13
13
github.com/hashicorp/go-version v1.6.0
14
14
github.com/onsi/ginkgo v1.16.5
15
15
github.com/onsi/gomega v1.34.0
@@ -71,16 +71,16 @@ require (
71
71
github.com/sirupsen/logrus v1.9.3 // indirect
72
72
github.com/spf13/pflag v1.0.5 // indirect
73
73
go.uber.org/multierr v1.11.0 // indirect
74
- golang.org/x/crypto v0.31 .0 // indirect
75
- golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
76
- golang.org/x/net v0.33 .0 // indirect
77
- golang.org/x/oauth2 v0.24 .0 // indirect
78
- golang.org/x/sys v0.28 .0 // indirect
79
- golang.org/x/term v0.27 .0 // indirect
80
- golang.org/x/text v0.21 .0 // indirect
81
- golang.org/x/time v0.5 .0 // indirect
74
+ golang.org/x/crypto v0.36 .0 // indirect
75
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
76
+ golang.org/x/net v0.37 .0 // indirect
77
+ golang.org/x/oauth2 v0.28 .0 // indirect
78
+ golang.org/x/sys v0.31 .0 // indirect
79
+ golang.org/x/term v0.30 .0 // indirect
80
+ golang.org/x/text v0.23 .0 // indirect
81
+ golang.org/x/time v0.10 .0 // indirect
82
82
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
83
- google.golang.org/protobuf v1.36.1 // indirect
83
+ google.golang.org/protobuf v1.36.5 // indirect
84
84
gopkg.in/inf.v0 v0.9.1 // indirect
85
85
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
86
86
gopkg.in/yaml.v2 v2.4.0 // indirect
@@ -95,7 +95,7 @@ require (
95
95
)
96
96
97
97
replace (
98
- cloud.google.com/go => cloud.google.com/go v0.100.2
98
+ cloud.google.com/go => cloud.google.com/go v0.120.0
99
99
github.com/onsi/ginkgo => github.com/onsi/ginkgo v1.16.4
100
100
github.com/onsi/gomega => github.com/onsi/gomega v1.14.0
101
101
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20200325131901-f7baeb993edb
0 commit comments