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