chore(deps): update module github.com/matttproud/golang_protobuf_extensions to v2 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/matttproud/golang_protobuf_extensions | indirect | major |
v1.0.4 -> v2.0.0
|
Release Notes
matttproud/golang_protobuf_extensions (github.com/matttproud/golang_protobuf_extensions)
v2.0.0
Summary: Modernization of this package to Go standards in 2022, mostly through internal cleanups.
New Features: None
The last time this package was significantly modified was 2016, which predates
cmp
, subtests, the modern Protocol Buffer implementation, and numerous Go
practices that emerged in the intervening years. The new release is tested
against Go 1.19, though I expect it would work with Go 1.13 just fine.
Finally, I declared bankruptcy on the vendored test fixtures and opted for creating my own. This is due to the underlying implementation of the generated code in conjunction with working with a moving target that is an external data model representation.
Upgrade Notes: This is the aborted v1.0.3 release repackaged as a new major version 2. To use this, you will need to do or check the following:
-
The Protocol Buffer messages you provide to this API are from the
google.golang.org/protobuf
module. Take special care to audit any generated or checked-in Protocol Buffer message file assets. They may need to be regenerated. -
Your code should presumably use the
google.golang.org/protobuf
module for Protocol Buffers. -
This is a new major version of the module, so you will need to transition from module
github.com/matttproud/golang_protobuf_extensions
togithub.com/matttproud/golang_protobuf_extensions/v2
.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.