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

@@ -4,7 +4,7 @@
// Package protojson marshals and unmarshals protocol buffer messages as JSON
// format. It follows the guide at
// https://developers.google.com/protocol-buffers/docs/proto3#json.
// https://protobuf.dev/programming-guides/proto3#json.
//
// This package produces a different output than the standard "encoding/json"
// package, which does not operate correctly on protocol buffer messages.