1
1
module github.com/redhat-developer/gitops-operator
2
2
3
- go 1.22.0
4
-
5
- toolchain go1.22.5
3
+ go 1.23.0
6
4
7
5
require (
8
6
github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250617204159-f21adc07bd2c
@@ -33,10 +31,10 @@ require (
33
31
require (
34
32
cloud.google.com/go/compute/metadata v0.3.0 // indirect
35
33
dario.cat/mergo v1.0.0 // indirect
36
- github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
34
+ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
37
35
github.com/MakeNowJust/heredoc v1.0.0 // indirect
38
36
github.com/Masterminds/semver/v3 v3.2.1 // indirect
39
- github.com/Microsoft/go-winio v0.6.1 // indirect
37
+ github.com/Microsoft/go-winio v0.6.2 // indirect
40
38
github.com/ProtonMail/go-crypto v1.1.3 // indirect
41
39
github.com/argoproj/pkg v0.13.7-0.20230626144333-d56162821bd1 // indirect
42
40
github.com/beorn7/perks v1.0.1 // indirect
@@ -51,13 +49,13 @@ require (
51
49
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
52
50
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
53
51
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
54
- github.com/distribution/reference v0.5 .0 // indirect
52
+ github.com/distribution/reference v0.6 .0 // indirect
55
53
github.com/dlclark/regexp2 v1.11.2 // indirect
56
54
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
57
55
github.com/emirpasic/gods v1.18.1 // indirect
58
56
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
59
57
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
60
- github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
58
+ github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
61
59
github.com/fatih/camelcase v1.0.0 // indirect
62
60
github.com/fsnotify/fsnotify v1.7.0 // indirect
63
61
github.com/fvbommel/sortorder v1.1.0 // indirect
@@ -89,7 +87,7 @@ require (
89
87
github.com/imdario/mergo v0.3.16 // indirect
90
88
github.com/inconshreveable/mousetrap v1.1.0 // indirect
91
89
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
92
- github.com/jonboulle/clockwork v0.2.2 // indirect
90
+ github.com/jonboulle/clockwork v0.4.0 // indirect
93
91
github.com/josharian/intern v1.0.0 // indirect
94
92
github.com/json-iterator/go v1.1.12 // indirect
95
93
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
@@ -98,8 +96,8 @@ require (
98
96
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
99
97
github.com/mailru/easyjson v0.7.7 // indirect
100
98
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
101
- github.com/moby/spdystream v0.2 .0 // indirect
102
- github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
99
+ github.com/moby/spdystream v0.5 .0 // indirect
100
+ github.com/moby/term v0.5.0 // indirect
103
101
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
104
102
github.com/modern-go/reflect2 v1.0.2 // indirect
105
103
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
@@ -124,14 +122,13 @@ require (
124
122
github.com/sethvargo/go-password v0.3.1 // indirect
125
123
github.com/sirupsen/logrus v1.9.3 // indirect
126
124
github.com/skeema/knownhosts v1.3.0 // indirect
127
- github.com/spf13/cobra v1.8.0 // indirect
125
+ github.com/spf13/cobra v1.8.1 // indirect
128
126
github.com/spf13/pflag v1.0.5 // indirect
129
127
github.com/vmihailenco/go-tinylfu v0.2.2 // indirect
130
128
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
131
129
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
132
130
github.com/xanzy/ssh-agent v0.3.3 // indirect
133
131
github.com/xlab/treeprint v1.2.0 // indirect
134
- go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
135
132
go.uber.org/multierr v1.11.0 // indirect
136
133
golang.org/x/crypto v0.31.0 // indirect
137
134
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
@@ -141,12 +138,13 @@ require (
141
138
golang.org/x/sys v0.28.0 // indirect
142
139
golang.org/x/term v0.27.0 // indirect
143
140
golang.org/x/text v0.21.0 // indirect
144
- golang.org/x/time v0.5 .0 // indirect
141
+ golang.org/x/time v0.7 .0 // indirect
145
142
golang.org/x/tools v0.28.0 // indirect
146
143
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
147
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
148
- google.golang.org/grpc v1.60.1 // indirect
144
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
145
+ google.golang.org/grpc v1.65.0 // indirect
149
146
google.golang.org/protobuf v1.36.1 // indirect
147
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
150
148
gopkg.in/inf.v0 v0.9.1 // indirect
151
149
gopkg.in/warnings.v0 v0.1.2 // indirect
152
150
gopkg.in/yaml.v2 v2.4.0 // indirect
@@ -155,17 +153,18 @@ require (
155
153
k8s.io/cli-runtime v0.29.6 // indirect
156
154
k8s.io/component-base v0.29.6 // indirect
157
155
k8s.io/component-helpers v0.29.6 // indirect
158
- k8s.io/klog/v2 v2.120.1 // indirect
156
+ k8s.io/controller-manager v0.0.0 // indirect
157
+ k8s.io/klog/v2 v2.130.1 // indirect
159
158
k8s.io/kube-aggregator v0.29.6 // indirect
160
- k8s.io/kube-openapi v0.0.0-20240322212309-b815d8309940 // indirect
159
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
161
160
k8s.io/kubectl v0.29.6 // indirect
162
- k8s.io/kubernetes v1.29.6 // indirect
161
+ k8s.io/kubernetes v1.32.4 // indirect
163
162
oras.land/oras-go/v2 v2.3.0 // indirect
164
163
sigs.k8s.io/gateway-api v1.0.0 // indirect
165
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
166
- sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
167
- sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
168
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
164
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
165
+ sigs.k8s.io/kustomize/api v0.18.0 // indirect
166
+ sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
167
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
169
168
)
170
169
171
170
replace (
0 commit comments