xref: /aosp_15_r20/external/cronet/third_party/protobuf/examples/go/go.mod (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1module github.com/protocolbuffers/protobuf/examples/go
2
3go 1.14
4
5require google.golang.org/protobuf v1.27.1
6