build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (#6091)

build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.33.0

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>
This commit is contained in:
hongzhouzi
2024-05-08 15:02:30 +08:00
committed by GitHub
parent 18e089ff5f
commit 979bf1fe2d
81 changed files with 5581 additions and 1505 deletions

View File

@@ -4,8 +4,8 @@
// 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"
// This package produces a different output than the standard [encoding/json]
// package, which does not operate correctly on protocol buffer messages.
package protojson