mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 20:44:14 -04:00
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:
parent
ed2943c5c8
commit
4c00339700
3 changed files with 15 additions and 15 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue