deps: update etcd dependencies to v3.5.9 (#2049)

Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-07-07 08:09:24 +02:00 committed by GitHub
parent ed2943c5c8
commit 4c00339700
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 15 deletions

View file

@ -7421,16 +7421,16 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "go.etcd.io/etcd/api/v3",
sum = "h1:sbcmosSVesNrWOJ58ZQFitHMdncusIifYcrBfwrlJSY=",
version = "v3.5.7",
sum = "h1:4wSsluwyTbGGmyjJktOf3wFQoTBIURXHnq9n/G/JQHs=",
version = "v3.5.9",
)
go_repository(
name = "io_etcd_go_etcd_client_pkg_v3",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "go.etcd.io/etcd/client/pkg/v3",
sum = "h1:y3kf5Gbp4e4q7egZdn5T7W9TSHUvkClN6u+Rq9mEOmg=",
version = "v3.5.7",
sum = "h1:oidDC4+YEuSIQbsR94rY9gur91UPL6DnxDCIYd2IGsE=",
version = "v3.5.9",
)
go_repository(
name = "io_etcd_go_etcd_client_v2",
@ -7445,8 +7445,8 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "go.etcd.io/etcd/client/v3",
sum = "h1:u/OhpiuCgYY8awOHlhIhmGIGpxfBU/GZBUP3m/3/Iz4=",
version = "v3.5.7",
sum = "h1:r5xghnU7CwbUxD/fbUtRyJGaYNfDun8sp/gTr1hew6E=",
version = "v3.5.9",
)
go_repository(
name = "io_etcd_go_etcd_etcdctl_v3",