We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The Golang implementation of protocol buffers has advanced from [1] to [2].
This project is the second major revision of the Go protocol buffer API implemented by the google.golang.org/protobuf module. The first major version is implemented by the github.com/golang/protobuf module.
Currently, when running go get -u -t, it croaks like:
go get -u -t
go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.
[1] https://github.com/golang/protobuf [2] https://github.com/protocolbuffers/protobuf-go
The text was updated successfully, but these errors were encountered:
I think this is the corresponding patch to github.com/prometheus/common.
github.com/prometheus/common
Sorry, something went wrong.
This improvement concluded on May 4, 2023. We may want to think about following that update procedure.
Updating protocol buffers happened with GH-86.
No branches or pull requests
The Golang implementation of protocol buffers has advanced from [1] to [2].
Currently, when running
go get -u -t
, it croaks like:[1] https://github.com/golang/protobuf
[2] https://github.com/protocolbuffers/protobuf-go
The text was updated successfully, but these errors were encountered: