Codebase list golang-goprotobuf / 59eadc48-7b43-4ac7-b497-5186ee0a8fbb/main go.mod
59eadc48-7b43-4ac7-b497-5186ee0a8fbb/main

Tree @59eadc48-7b43-4ac7-b497-5186ee0a8fbb/main (Download .tar.gz)

go.mod @59eadc48-7b43-4ac7-b497-5186ee0a8fbb/mainraw · history · blame

1
2
3
4
5
6
7
8
9
// Deprecated: Use the "google.golang.org/protobuf" module instead.
module github.com/golang/protobuf

go 1.9

require (
	github.com/google/go-cmp v0.5.5
	google.golang.org/protobuf v1.26.0
)