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.6
6
6
7
7
require (
8
8
github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250212035559-38faac6d4127
@@ -15,7 +15,7 @@ require (
15
15
github.com/onsi/gomega v1.34.0
16
16
github.com/openshift/api v0.0.0-20240906151052-5d963dce87aa
17
17
github.com/operator-framework/api v0.17.5
18
- github.com/stretchr/testify v1.9 .0
18
+ github.com/stretchr/testify v1.10 .0
19
19
go.uber.org/zap v1.27.0
20
20
golang.org/x/mod v0.22.0
21
21
gotest.tools v2.2.0+incompatible
@@ -33,7 +33,7 @@ require (
33
33
github.com/beorn7/perks v1.0.1 // indirect
34
34
github.com/blang/semver/v4 v4.0.0 // indirect
35
35
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
37
37
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
38
38
github.com/dlclark/regexp2 v1.11.2 // indirect
39
39
github.com/emicklei/go-restful/v3 v3.11.3 // indirect
@@ -63,24 +63,23 @@ require (
63
63
github.com/pkg/errors v0.9.1 // indirect
64
64
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
65
65
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
67
67
github.com/prometheus/common v0.48.0 // indirect
68
68
github.com/prometheus/procfs v0.12.0 // indirect
69
69
github.com/sethvargo/go-password v0.3.1 // indirect
70
70
github.com/sirupsen/logrus v1.9.3 // indirect
71
71
github.com/spf13/pflag v1.0.5 // indirect
72
72
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
74
74
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
81
81
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
84
83
gopkg.in/inf.v0 v0.9.1 // indirect
85
84
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
86
85
gopkg.in/yaml.v2 v2.4.0 // indirect
@@ -95,7 +94,7 @@ require (
95
94
)
96
95
97
96
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
99
98
github.com/onsi/ginkgo => github.com/onsi/ginkgo v1.16.4
100
99
github.com/onsi/gomega => github.com/onsi/gomega v1.14.0
101
100
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20200325131901-f7baeb993edb
0 commit comments