1// Deprecated: Use the "google.golang.org/protobuf" module instead. 2module github.com/golang/protobuf 3 4go 1.17 5 6require ( 7 github.com/google/go-cmp v0.5.5 8 google.golang.org/protobuf v1.33.0 9)
View as plain text