mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

Reference: https://github.com/etcd-io/etcd/issues/18419 Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
11 lines
134 B
Modula-2
11 lines
134 B
Modula-2
module go.etcd.io/etcd/tools/v3
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.21.13
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.2
|
|
go.etcd.io/gofail v0.2.0
|
|
)
|