go.mod 409 Bytes
Newer Older
chenyan's avatar
chenyan committed
1
module gitlab.maetime.com/mcmf/pbidl
chenyan's avatar
go.mod  
chenyan committed
2 3 4 5

go 1.18

require (
zhangzheke's avatar
zhangzheke committed
6 7 8
	github.com/golang/protobuf v1.5.3
	golang.org/x/net v0.11.0
	google.golang.org/grpc v1.49.0
chenyan's avatar
go.mod  
chenyan committed
9 10 11
)

require (
zhangzheke's avatar
zhangzheke committed
12 13 14 15 16
	github.com/google/go-cmp v0.5.8 // indirect
	golang.org/x/sys v0.9.0 // indirect
	golang.org/x/text v0.10.0 // indirect
	google.golang.org/genproto v0.0.0-20220317150908-0efb43f6373e // indirect
	google.golang.org/protobuf v1.31.0 // indirect
chenyan's avatar
go.mod  
chenyan committed
17
)