protopatch
protopatch copied to clipboard
protoc-gen-go patch utility
A proto file imported from another proto file using [`import public ...`](https://developers.google.com/protocol-buffers/docs/proto3#importing_definitions) will have its exported types aliased in the generated Go code, and vars copied. Currently the Go code...
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.27.1 to 1.28.1. Release notes Sourced from google.golang.org/protobuf's releases. v1.28.1 This release contains protoc-gen-go binaries for arm64. Notable changes since v1.28.0: CL/418677: internal/impl: improve MessageInfo.New performance CL/411377:...
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.10 to 0.1.12. Commits b3b5c13 internal/lsp/cache: invalidate packages with missing deps when files are 39a4e36 internal/lsp/regtest: only run /default tests with -short f157068 internal/lsp/regtest: allow sharing memoized...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. Release notes Sourced from actions/setup-go's releases. v3.0.0 What's Changed Update default runtime to node16 (actions/setup-go#192) Update package-lock.json file version to 2 (actions/setup-go#193) and @types/node...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.8.1. Commits b747d7c Bump github.com/stretchr/objx from 0.4.0 to 0.5.0 (#1283) 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations...
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.10 to 0.2.0. Release notes Sourced from golang.org/x/tools's releases. gopls/v0.2.0 Many improvements to autocompletion. In particular, support for completions of array, slice, map, and function literals (@muirdm)....
If multiple packages have the same "leaf" package name (package1/**messages**/, package2/**messages**/), then the linting will sometimes be skipped for one of the packages. It's easiest to describe with a small...
Bumps [github.com/envoyproxy/protoc-gen-validate](https://github.com/envoyproxy/protoc-gen-validate) from 0.6.7 to 0.6.13. Release notes Sourced from github.com/envoyproxy/protoc-gen-validate's releases. v0.6.13 The team at @bufbuild are happy to announce we will begin to maintain PGV! It fills a...
For example... - expected:`example_ids` -> `ExampleIDs` - actual: `example_ids` -> `ExampleIds` Doesn't look like you can fix this with the lint's initialisms setting, either.