talent-plan-tinykv/proto/tools/go.mod

9 lines
166 B
Modula-2
Raw Normal View History

2022-01-11 12:11:13 +08:00
module github.com/pingcap-incubator/tinykv/proto/_tools
require (
github.com/gogo/protobuf v1.1.1
golang.org/x/tools v0.0.0-20181122213734-04b5d21e00f1
)
go 1.13