forked from pingcap/tipb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (17 loc) · 618 Bytes
/
go.mod
File metadata and controls
20 lines (17 loc) · 618 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/pingcap/tipb
go 1.20
require (
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.3
golang.org/x/tools v0.0.0-20210106214847-113979e3529a
google.golang.org/grpc v1.24.0
)
require (
golang.org/x/mod v0.3.0 // indirect
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)