Skip to content

Commit 886ab2c

Browse files
authored
Fix security issues (#267)
* Update dependencies Signed-off-by: David VIEJO <[email protected]> * Update go.mod and go.sum Signed-off-by: David VIEJO <[email protected]> * fix go mod tidy Signed-off-by: David VIEJO <[email protected]> * Add HashiCorp Vault integration documentation for Hyperledger Fabric - Introduced a comprehensive workshop guide for integrating HashiCorp Vault with the Bevel Operator. - Covered installation, configuration, and deployment steps for managing certificates and cryptographic materials securely. - Included prerequisites, workshop overview, and detailed instructions for setting up Vault, configuring the Bevel Operator, and deploying network components. This documentation enhances the usability and security of Hyperledger Fabric deployments by leveraging Vault's advanced secrets management capabilities. Signed-off-by: David VIEJO <[email protected]> --------- Signed-off-by: David VIEJO <[email protected]>
1 parent e38c096 commit 886ab2c

File tree

8 files changed

+4357
-1773
lines changed

8 files changed

+4357
-1773
lines changed

examples/client/go/go.mod

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
module github.com/adityajoshi12/hlf-app
22

3-
go 1.17
3+
go 1.21
4+
5+
toolchain go1.23.4
46

57
require (
68
github.com/hyperledger/fabric-sdk-go v1.0.0
9+
github.com/pkg/errors v0.8.1
710
github.com/sirupsen/logrus v1.3.0
811
)
912

@@ -16,7 +19,7 @@ require (
1619
github.com/go-kit/kit v0.8.0 // indirect
1720
github.com/go-logfmt/logfmt v0.4.0 // indirect
1821
github.com/golang/mock v1.4.3 // indirect
19-
github.com/golang/protobuf v1.3.3 // indirect
22+
github.com/golang/protobuf v1.5.4 // indirect
2023
github.com/google/certificate-transparency-go v1.0.21 // indirect
2124
github.com/hashicorp/hcl v1.0.0 // indirect
2225
github.com/hyperledger/fabric-config v0.0.5 // indirect
@@ -28,7 +31,6 @@ require (
2831
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
2932
github.com/mitchellh/mapstructure v1.3.2 // indirect
3033
github.com/pelletier/go-toml v1.8.0 // indirect
31-
github.com/pkg/errors v0.8.1 // indirect
3234
github.com/pmezard/go-difflib v1.0.0 // indirect
3335
github.com/prometheus/client_golang v1.1.0 // indirect
3436
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
@@ -43,11 +45,13 @@ require (
4345
github.com/weppos/publicsuffix-go v0.5.0 // indirect
4446
github.com/zmap/zcrypto v0.0.0-20190729165852-9051775e6a2e // indirect
4547
github.com/zmap/zlint v0.0.0-20190806154020-fd021b4cfbeb // indirect
46-
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d // indirect
47-
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 // indirect
48-
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 // indirect
49-
golang.org/x/text v0.3.2 // indirect
48+
golang.org/x/crypto v0.23.0 // indirect
49+
golang.org/x/net v0.25.0 // indirect
50+
golang.org/x/sys v0.20.0 // indirect
51+
golang.org/x/term v0.20.0 // indirect
52+
golang.org/x/text v0.15.0 // indirect
5053
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
51-
google.golang.org/grpc v1.29.1 // indirect
54+
google.golang.org/grpc v1.65.0 // indirect
55+
google.golang.org/protobuf v1.34.1 // indirect
5256
gopkg.in/yaml.v2 v2.3.0 // indirect
5357
)

examples/client/go/go.sum

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,15 @@ github.com/golang/mock v1.4.3/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt
5050
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
5151
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
5252
github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
53-
github.com/golang/protobuf v1.3.3 h1:gyjaxf+svBWX08ZjK86iN9geUJF0H6gp2IRKX6Nf6/I=
5453
github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw=
54+
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
55+
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
5556
github.com/google/certificate-transparency-go v1.0.21 h1:Yf1aXowfZ2nuboBsg7iYGLmwsOARdV86pfH3g95wXmE=
5657
github.com/google/certificate-transparency-go v1.0.21/go.mod h1:QeJfpSbVSfYc7RgB3gJFj9cbuQMMchQxrWXz8Ruopmg=
5758
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
58-
github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY=
5959
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
60+
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
61+
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
6062
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
6163
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
6264
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
@@ -168,8 +170,9 @@ golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnf
168170
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
169171
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
170172
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
171-
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d h1:1ZiEyfaQIg3Qh0EoqpwAakHVhecoE5wlSg5GjnafJGw=
172173
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
174+
golang.org/x/crypto v0.23.0 h1:dIJU/v2J8Mdglj/8rJ6UUOM3Zc9zLZxVZwwxMooUSAI=
175+
golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8=
173176
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
174177
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
175178
golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU=
@@ -182,8 +185,9 @@ golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73r
182185
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
183186
golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
184187
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
185-
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 h1:dfGZHvZk057jK2MCeWus/TowKpJ8y4AmooUzdBSR9GU=
186188
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
189+
golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac=
190+
golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
187191
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
188192
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
189193
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -195,20 +199,25 @@ golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5h
195199
golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
196200
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
197201
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
198-
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 h1:4y9KwBHBgBNwDbtu44R5o1fdOCQUEXhbk/P4A9WmJq0=
199202
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
203+
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
204+
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
205+
golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw=
206+
golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY=
200207
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
201208
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
202-
golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs=
203209
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
210+
golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk=
211+
golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
204212
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
205213
golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
206214
golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY=
207215
golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
208216
golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=
209217
golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=
210-
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 h1:9zdDQZ7Thm29KFXgAX/+yaf3eVbP7djjWp/dXAppNCc=
211218
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
219+
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
220+
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
212221
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
213222
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
214223
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc=
@@ -217,8 +226,11 @@ google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98
217226
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
218227
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
219228
google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY=
220-
google.golang.org/grpc v1.29.1 h1:EC2SB8S04d2r73uptxphDSUG+kTKVgjRPF+N3xpxRB4=
221229
google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk=
230+
google.golang.org/grpc v1.65.0 h1:bs/cUb4lp1G5iImFFd3u5ixQzweKizoZJAwBNLR42lc=
231+
google.golang.org/grpc v1.65.0/go.mod h1:WgYC2ypjlB0EiQi6wdKixMqukr6lBc0Vo+oOgjrM5ZQ=
232+
google.golang.org/protobuf v1.34.1 h1:9ddQBjfCyZPOHPUiPxpYESBLc+T8P3E+Vo4IbKZgFWg=
233+
google.golang.org/protobuf v1.34.1/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
222234
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
223235
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
224236
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY=

go.mod

Lines changed: 47 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ require (
3434
github.com/mitchellh/mapstructure v1.4.1
3535
github.com/olekukonko/tablewriter v0.0.5
3636
github.com/onsi/ginkgo v1.14.0
37-
github.com/onsi/gomega v1.33.1
37+
github.com/onsi/gomega v1.35.1
3838
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
3939
github.com/pkg/errors v0.9.1
4040
github.com/prometheus/client_golang v1.20.2
@@ -43,19 +43,19 @@ require (
4343
github.com/spf13/cobra v1.8.1
4444
github.com/spf13/pflag v1.0.5
4545
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
4848
gopkg.in/ldap.v2 v2.5.1
4949
gopkg.in/yaml.v2 v2.4.0
5050
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
5959
sigs.k8s.io/controller-runtime v0.19.0
6060
sigs.k8s.io/yaml v1.4.0
6161
)
@@ -64,26 +64,30 @@ require (
6464
dario.cat/mergo v1.0.1 // indirect
6565
filippo.io/edwards25519 v1.1.0 // indirect
6666
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
6871
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
6972
github.com/golang/snappy v0.0.4 // indirect
7073
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
7378
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
7580
)
7681

7782
require (
7883
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
8186
github.com/MakeNowJust/heredoc v1.0.0 // indirect
8287
github.com/Masterminds/goutils v1.1.1 // indirect
8388
github.com/Masterminds/semver v1.5.0 // indirect
8489
github.com/Masterminds/semver/v3 v3.3.0 // indirect
8590
github.com/Masterminds/squirrel v1.5.4 // indirect
86-
github.com/Microsoft/hcsshim v0.11.4 // indirect
8791
github.com/Shopify/sarama v1.29.1 // indirect
8892
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
8993
github.com/beorn7/perks v1.0.1 // indirect
@@ -92,9 +96,8 @@ require (
9296
github.com/cespare/xxhash/v2 v2.3.0 // indirect
9397
github.com/chai2010/gettext-go v1.0.2 // indirect
9498
github.com/consensys/gnark-crypto v0.6.0 // indirect
95-
github.com/containerd/containerd v1.7.12 // indirect
9699
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
98101
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
99102
github.com/docker/cli v25.0.1+incompatible // indirect
100103
github.com/docker/distribution v2.8.3+incompatible // indirect
@@ -106,20 +109,19 @@ require (
106109
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
107110
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
108111
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
110113
github.com/fatih/color v1.16.0 // indirect
111114
github.com/fsnotify/fsnotify v1.7.0 // indirect
112115
github.com/go-errors/errors v1.4.2 // indirect
113116
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
114117
github.com/go-logfmt/logfmt v0.6.0 // indirect
115118
github.com/go-logr/stdr v1.2.2 // indirect
116119
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
118121
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
120123
github.com/gobwas/glob v0.2.3 // indirect
121124
github.com/gofrs/uuid v4.2.0+incompatible // indirect
122-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
123125
github.com/golang/mock v1.6.0 // indirect
124126
github.com/google/btree v1.0.1 // indirect
125127
github.com/google/certificate-transparency-go v1.0.21 // indirect
@@ -130,7 +132,7 @@ require (
130132
github.com/google/uuid v1.6.0 // indirect
131133
github.com/gorilla/websocket v1.5.0 // indirect
132134
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
134136
github.com/hashicorp/errwrap v1.1.0 // indirect
135137
github.com/hashicorp/go-multierror v1.1.1 // indirect
136138
github.com/hashicorp/go-version v1.3.0 // indirect
@@ -157,7 +159,7 @@ require (
157159
github.com/mitchellh/reflectwalk v1.0.2 // indirect
158160
github.com/mmcloughlin/addchain v0.4.0 // indirect
159161
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
161163
github.com/moby/term v0.5.0 // indirect
162164
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
163165
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -173,7 +175,7 @@ require (
173175
github.com/prometheus/client_model v0.6.1 // indirect
174176
github.com/prometheus/common v0.55.0 // indirect
175177
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
177179
github.com/russross/blackfriday/v2 v2.1.0 // indirect
178180
github.com/shopspring/decimal v1.4.0 // indirect
179181
github.com/spf13/afero v1.6.0 // indirect
@@ -196,35 +198,32 @@ require (
196198
go.opentelemetry.io/otel v1.28.0 // indirect
197199
go.opentelemetry.io/otel/metric v1.28.0 // indirect
198200
go.opentelemetry.io/otel/trace v1.28.0 // indirect
199-
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
200201
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
210209
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
212211
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
214213
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
215214
gopkg.in/inf.v0 v0.9.1 // indirect
216215
gopkg.in/ini.v1 v1.62.0 // indirect
217216
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
220219
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
223222
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
228227
)
229228

230229
// github.com/Azure/go-autorest => github.com/Azure/go-autorest v14.2.0+incompatible
@@ -234,4 +233,4 @@ require (
234233
replace (
235234
github.com/hyperledger/fabric-config => github.com/kfsoftware/fabric-config v0.0.0-20240819184344-a0b16ca530c2
236235
github.com/hyperledger/fabric-sdk-go => github.com/kfsoftware/fabric-sdk-go v0.0.0-20250318193343-db7cb6f42306
237-
)
236+
)

0 commit comments

Comments
 (0)