Dependencies Update google.golang.org/protobuf v1.28.1 to v1.30.0

This commit is contained in:
Mohit Sharma
2023-04-14 04:28:47 -07:00
parent bda7e89790
commit 8efeb5afcf
78 changed files with 1584 additions and 1082 deletions

View File

@@ -5,16 +5,13 @@
// Package proto provides functions operating on protocol buffer messages.
//
// For documentation on protocol buffers in general, see:
//
// https://developers.google.com/protocol-buffers
// https://protobuf.dev.
//
// For a tutorial on using protocol buffers with Go, see:
//
// https://developers.google.com/protocol-buffers/docs/gotutorial
// https://protobuf.dev/getting-started/gotutorial.
//
// For a guide to generated Go protocol buffer code, see:
//
// https://developers.google.com/protocol-buffers/docs/reference/go-generated
// https://protobuf.dev/reference/go/go-generated.
//
// # Binary serialization
//