1module github.com/protocolbuffers/protobuf/examples/go 2 3go 1.14 4 5require google.golang.org/protobuf v1.27.1 6