gogoproto
gogoproto copied to clipboard
Protocol Buffers for Go with Gadgets for Cosmos
Bumps google.golang.org/protobuf from 1.32.0 to 1.34.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.35.0 to 1.35.1. Release notes Sourced from bufbuild/buf-setup-action's releases. v1.35.1 Release v1.35.1 Commits aceb106 Release v1.35.1 (#215) See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.1 to 1.65.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.65.0 Dependencies Change support policy to cover only the latest TWO releases of Go, matching the policy...
Bumps google.golang.org/protobuf from 1.32.0 to 1.34.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
When using `protoc-gen-gogofaster` with proto3 optional fields, I get panic in MarshalToSizedBuffer: ``` panic: runtime error: invalid memory address or nil pointer dereference ``` Full proto3 message definition can be...