aboutsummaryrefslogtreecommitdiff
path: root/protoc-gen-go/testdata/grpc/go.mod
blob: 19a8a29b83083495bdc1617c089c7fcff3d94857 (plain)
1
2
3
4
5
6
7
8
9
10
module github.com/golang/protobuf/protoc-gen-go/testdata/grpc

go 1.9

require (
	github.com/golang/protobuf v1.3.2
	google.golang.org/grpc v1.27.0-pre.0.20200124224931-7afcfdd66b12
)

replace github.com/golang/protobuf => ../../..