Codebase list golang-google-protobuf / debian/1.25.0+git20201208.160c747-1 go.mod
debian/1.25.0+git20201208.160c747-1

Tree @debian/1.25.0+git20201208.160c747-1 (Download .tar.gz)

go.mod @debian/1.25.0+git20201208.160c747-1raw · history · blame

1
2
3
4
5
6
7
8
module google.golang.org/protobuf

go 1.9

require (
	github.com/golang/protobuf v1.4.1
	github.com/google/go-cmp v0.5.0
)