etcd/tools/mod/go.mod
Chun-Hung Tseng f0534f45c6
[release-3.4] go version bump from 1.21.12 to 1.21.13
Reference: https://github.com/etcd-io/etcd/issues/18419
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-08 21:31:45 +02:00

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
)