Bump google.golang.org/protobuf from 1.36.10 to 1.36.11
Bumps google.golang.org/protobuf from 1.36.10 to 1.36.11.
updated-dependencies:
- dependency-name: google.golang.org/protobuf dependency-version: 1.36.11 dependency-type: direct:production update-type: version-update:semver-patch …
Signed-off-by: dependabot[bot] support@github.com
DEPRECATED: Do not use this library. It has been deprecated. Use loggregator v2 and https://github.com/cloudfoundry/go-loggregator.
sonde-go
Go implementation of Cloud Foundry’s Dropsonde Protocol
If you have any questions, or want to get attention for a PR or issue please reach out on the #logging-and-metrics channel in the cloudfoundry slack
Libraries sharing this protocol
Generating Code
Install protobuf Version 3 because of our dropsonde-protocol dependency.
Generate go code
Code will be generated within this directory using the proto files from Dropsonde Protocol. For other languages, message documentation, and communication protocols, reference Dropsonde Protocol.
In addition, generate-go.sh will also generate easyjson optimized marshalers/unmarshalers.