gogoproto icon indicating copy to clipboard operation
gogoproto copied to clipboard

Protocol Buffers for Go with Gadgets for Cosmos

Results 5 gogoproto issues
Sort by recently updated
recently updated
newest added

Bumps google.golang.org/protobuf from 1.32.0 to 1.34.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.32.0&new-version=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...

dependencies
go

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bufbuild/buf-setup-action&package-manager=github_actions&previous-version=1.35.0&new-version=1.35.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot...

dependencies
github_actions

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...

dependencies
go

Bumps google.golang.org/protobuf from 1.32.0 to 1.34.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.32.0&new-version=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...

dependencies
go

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...