File: go.mod

package info (click to toggle)
golang-github-golang-protobuf-1-3 1.3.5-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bookworm-proposed-updates, experimental, trixie
  • size: 1,956 kB
  • sloc: sh: 37; makefile: 15
file content (10 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (2)
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 => ../../..