@@ -34,7 +34,7 @@ require (
34
34
github.com/mitchellh/mapstructure v1.4.1
35
35
github.com/olekukonko/tablewriter v0.0.5
36
36
github.com/onsi/ginkgo v1.14.0
37
- github.com/onsi/gomega v1.33 .1
37
+ github.com/onsi/gomega v1.35 .1
38
38
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
39
39
github.com/pkg/errors v0.9.1
40
40
github.com/prometheus/client_golang v1.20.2
@@ -43,19 +43,19 @@ require (
43
43
github.com/spf13/cobra v1.8.1
44
44
github.com/spf13/pflag v1.0.5
45
45
github.com/spf13/viper v1.8.1
46
- github.com/stretchr/testify v1.9 .0
47
- golang.org/x/crypto v0.27 .0
46
+ github.com/stretchr/testify v1.10 .0
47
+ golang.org/x/crypto v0.36 .0
48
48
gopkg.in/ldap.v2 v2.5.1
49
49
gopkg.in/yaml.v2 v2.4.0
50
50
gopkg.in/yaml.v3 v3.0.1
51
- helm.sh/helm/v3 v3.15.0-rc.1
52
- k8s.io/api v0.31.1
53
- k8s.io/apiextensions-apiserver v0.31.1
54
- k8s.io/apimachinery v0.31.1
55
- k8s.io/cli-runtime v0.29.0
56
- k8s.io/client-go v0.31.1
57
- k8s.io/code-generator v0.31.1
58
- k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
51
+ helm.sh/helm/v3 v3.17.4
52
+ k8s.io/api v0.32.2
53
+ k8s.io/apiextensions-apiserver v0.32.2
54
+ k8s.io/apimachinery v0.32.2
55
+ k8s.io/cli-runtime v0.32.2
56
+ k8s.io/client-go v0.32.2
57
+ k8s.io/code-generator v0.32.2
58
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
59
59
sigs.k8s.io/controller-runtime v0.19.0
60
60
sigs.k8s.io/yaml v1.4.0
61
61
)
@@ -64,26 +64,30 @@ require (
64
64
dario.cat/mergo v1.0.1 // indirect
65
65
filippo.io/edwards25519 v1.1.0 // indirect
66
66
github.com/blang/semver/v4 v4.0.0 // indirect
67
- github.com/distribution/reference v0.5.0 // indirect
67
+ github.com/containerd/containerd v1.7.27 // indirect
68
+ github.com/containerd/errdefs v0.3.0 // indirect
69
+ github.com/containerd/platforms v0.2.1 // indirect
70
+ github.com/distribution/reference v0.6.0 // indirect
68
71
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
69
72
github.com/golang/snappy v0.0.4 // indirect
70
73
github.com/x448/float16 v0.8.4 // indirect
71
- golang.org/x/mod v0.17.0 // indirect
72
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
74
+ golang.org/x/mod v0.21.0 // indirect
75
+ golang.org/x/net v0.38.0 // indirect
76
+ golang.org/x/text v0.23.0 // indirect
77
+ golang.org/x/tools v0.26.0 // indirect
73
78
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
74
- k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
79
+ k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
75
80
)
76
81
77
82
require (
78
83
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
79
- github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
80
- github.com/BurntSushi/toml v1.3.2 // indirect
84
+ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
85
+ github.com/BurntSushi/toml v1.4.0 // indirect
81
86
github.com/MakeNowJust/heredoc v1.0.0 // indirect
82
87
github.com/Masterminds/goutils v1.1.1 // indirect
83
88
github.com/Masterminds/semver v1.5.0 // indirect
84
89
github.com/Masterminds/semver/v3 v3.3.0 // indirect
85
90
github.com/Masterminds/squirrel v1.5.4 // indirect
86
- github.com/Microsoft/hcsshim v0.11.4 // indirect
87
91
github.com/Shopify/sarama v1.29.1 // indirect
88
92
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
89
93
github.com/beorn7/perks v1.0.1 // indirect
@@ -92,9 +96,8 @@ require (
92
96
github.com/cespare/xxhash/v2 v2.3.0 // indirect
93
97
github.com/chai2010/gettext-go v1.0.2 // indirect
94
98
github.com/consensys/gnark-crypto v0.6.0 // indirect
95
- github.com/containerd/containerd v1.7.12 // indirect
96
99
github.com/containerd/log v0.1.0 // indirect
97
- github.com/cyphar/filepath-securejoin v0.3.1 // indirect
100
+ github.com/cyphar/filepath-securejoin v0.3.6 // indirect
98
101
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
99
102
github.com/docker/cli v25.0.1+incompatible // indirect
100
103
github.com/docker/distribution v2.8.3+incompatible // indirect
@@ -106,20 +109,19 @@ require (
106
109
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
107
110
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
108
111
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
109
- github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
112
+ github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
110
113
github.com/fatih/color v1.16.0 // indirect
111
114
github.com/fsnotify/fsnotify v1.7.0 // indirect
112
115
github.com/go-errors/errors v1.4.2 // indirect
113
116
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
114
117
github.com/go-logfmt/logfmt v0.6.0 // indirect
115
118
github.com/go-logr/stdr v1.2.2 // indirect
116
119
github.com/go-logr/zapr v1.3.0 // indirect
117
- github.com/go-openapi/jsonpointer v0.19.6 // indirect
120
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
118
121
github.com/go-openapi/jsonreference v0.20.2 // indirect
119
- github.com/go-openapi/swag v0.22.4 // indirect
122
+ github.com/go-openapi/swag v0.23.0 // indirect
120
123
github.com/gobwas/glob v0.2.3 // indirect
121
124
github.com/gofrs/uuid v4.2.0+incompatible // indirect
122
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
123
125
github.com/golang/mock v1.6.0 // indirect
124
126
github.com/google/btree v1.0.1 // indirect
125
127
github.com/google/certificate-transparency-go v1.0.21 // indirect
@@ -130,7 +132,7 @@ require (
130
132
github.com/google/uuid v1.6.0 // indirect
131
133
github.com/gorilla/websocket v1.5.0 // indirect
132
134
github.com/gosuri/uitable v0.0.4 // indirect
133
- github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
135
+ github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
134
136
github.com/hashicorp/errwrap v1.1.0 // indirect
135
137
github.com/hashicorp/go-multierror v1.1.1 // indirect
136
138
github.com/hashicorp/go-version v1.3.0 // indirect
@@ -157,7 +159,7 @@ require (
157
159
github.com/mitchellh/reflectwalk v1.0.2 // indirect
158
160
github.com/mmcloughlin/addchain v0.4.0 // indirect
159
161
github.com/moby/locker v1.0.1 // indirect
160
- github.com/moby/spdystream v0.4 .0 // indirect
162
+ github.com/moby/spdystream v0.5 .0 // indirect
161
163
github.com/moby/term v0.5.0 // indirect
162
164
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
163
165
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -173,7 +175,7 @@ require (
173
175
github.com/prometheus/client_model v0.6.1 // indirect
174
176
github.com/prometheus/common v0.55.0 // indirect
175
177
github.com/prometheus/procfs v0.15.1 // indirect
176
- github.com/rubenv/sql-migrate v1.7.0 // indirect
178
+ github.com/rubenv/sql-migrate v1.7.1 // indirect
177
179
github.com/russross/blackfriday/v2 v2.1.0 // indirect
178
180
github.com/shopspring/decimal v1.4.0 // indirect
179
181
github.com/spf13/afero v1.6.0 // indirect
@@ -196,35 +198,32 @@ require (
196
198
go.opentelemetry.io/otel v1.28.0 // indirect
197
199
go.opentelemetry.io/otel/metric v1.28.0 // indirect
198
200
go.opentelemetry.io/otel/trace v1.28.0 // indirect
199
- go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
200
201
go.uber.org/multierr v1.11.0 // indirect
201
- go.uber.org/zap v1.26.0 // indirect
202
- golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
203
- golang.org/x/net v0.26.0 // indirect
204
- golang.org/x/oauth2 v0.21.0 // indirect
205
- golang.org/x/sync v0.8.0 // indirect
206
- golang.org/x/sys v0.25.0 // indirect
207
- golang.org/x/term v0.24.0 // indirect
208
- golang.org/x/text v0.18.0 // indirect
209
- golang.org/x/time v0.3.0 // indirect
202
+ go.uber.org/zap v1.27.0 // indirect
203
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
204
+ golang.org/x/oauth2 v0.23.0 // indirect
205
+ golang.org/x/sync v0.12.0 // indirect
206
+ golang.org/x/sys v0.31.0 // indirect
207
+ golang.org/x/term v0.30.0 // indirect
208
+ golang.org/x/time v0.7.0 // indirect
210
209
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
211
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
210
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
212
211
google.golang.org/grpc v1.65.0
213
- google.golang.org/protobuf v1.34 .2 // indirect
212
+ google.golang.org/protobuf v1.35 .2 // indirect
214
213
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
215
214
gopkg.in/inf.v0 v0.9.1 // indirect
216
215
gopkg.in/ini.v1 v1.62.0 // indirect
217
216
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
218
- k8s.io/apiserver v0.31.1 // indirect
219
- k8s.io/component-base v0.31.1 // indirect
217
+ k8s.io/apiserver v0.32.2 // indirect
218
+ k8s.io/component-base v0.32.2 // indirect
220
219
k8s.io/klog/v2 v2.130.1 // indirect
221
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
222
- k8s.io/kubectl v0.29.0 // indirect
220
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
221
+ k8s.io/kubectl v0.32.2 // indirect
223
222
oras.land/oras-go v1.2.5 // indirect
224
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
225
- sigs.k8s.io/kustomize/api v0.17.2 // indirect
226
- sigs.k8s.io/kustomize/kyaml v0.17 .1 // indirect
227
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1
223
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
224
+ sigs.k8s.io/kustomize/api v0.18.0 // indirect
225
+ sigs.k8s.io/kustomize/kyaml v0.18 .1 // indirect
226
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2
228
227
)
229
228
230
229
// github.com/Azure/go-autorest => github.com/Azure/go-autorest v14.2.0+incompatible
@@ -234,4 +233,4 @@ require (
234
233
replace (
235
234
github.com/hyperledger/fabric-config => github.com/kfsoftware/fabric-config v0.0.0-20240819184344-a0b16ca530c2
236
235
github.com/hyperledger/fabric-sdk-go => github.com/kfsoftware/fabric-sdk-go v0.0.0-20250318193343-db7cb6f42306
237
- )
236
+ )
0 commit comments