11 lines
232 B
Modula-2
11 lines
232 B
Modula-2
|
|
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 => ../../..
|