From 85a0ba2a69fd11cf04187c391ef3e7168014561a Mon Sep 17 00:00:00 2001 From: Johan Brandhorst Date: Fri, 15 Jan 2021 11:12:47 +0000 Subject: [PATCH] Remove jsonpb reference jsonpb has been replaced with protojson since v2 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 448e55706f3..7917849f132 100644 --- a/README.md +++ b/README.md @@ -412,8 +412,7 @@ But patches are welcome. - HTTP headers that start with 'Grpc-Metadata-' are mapped to gRPC metadata (prefixed with `grpcgateway-`). - While configurable, the default {un,}marshaling uses - [jsonpb](https://pkg.go.dev/github.com/golang/protobuf/jsonpb) with - `OrigName: true`. + [protojson](https://pkg.go.dev/google.golang.org/protobuf/encoding/protojson). ## Contribution