Codebase list golang-goprotobuf / cc55151b-febb-434a-92fc-96bc758c31e3/main go.mod
cc55151b-febb-434a-92fc-96bc758c31e3/main

Tree @cc55151b-febb-434a-92fc-96bc758c31e3/main (Download .tar.gz)

go.mod @cc55151b-febb-434a-92fc-96bc758c31e3/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
)