mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Based on commit 74533d94b2 and https://github.com/etcd-io/etcd/pull/18130/
Signed-off-by: D Tripp <38776199+thedtripp@users.noreply.github.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.12
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.2
|
|
go.etcd.io/gofail v0.1.0
|
|
)
|