Skip to content

Commit c1d0657

Browse files
committed
vendor: github.com/golang/protobuf v1.5.3
- jsonpb: accept 'null' as a valid representation of NullValue in unmarshal The canonical JSON representation for NullValue is JSON "null". full diff: golang/protobuf@v1.5.2...v1.5.3 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 4f67ff8 commit c1d0657

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

vendor.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ require (
5555
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
5656
github.com/docker/go-metrics v0.0.1 // indirect
5757
github.com/go-sql-driver/mysql v1.6.0 // indirect
58-
github.com/golang/protobuf v1.5.2 // indirect
58+
github.com/golang/protobuf v1.5.3 // indirect
5959
github.com/gorilla/mux v1.8.0 // indirect
6060
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6161
github.com/klauspost/compress v1.16.3 // indirect

vendor.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,9 @@ github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QD
179179
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
180180
github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
181181
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
182-
github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=
183182
github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
183+
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
184+
github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
184185
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
185186
github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
186187
github.com/google/certificate-transparency-go v1.0.10-0.20180222191210-5ab67e519c93/go.mod h1:QeJfpSbVSfYc7RgB3gJFj9cbuQMMchQxrWXz8Ruopmg=

vendor/github.com/golang/protobuf/jsonpb/decode.go

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ github.com/gogo/protobuf/proto
116116
github.com/gogo/protobuf/protoc-gen-gogo/descriptor
117117
github.com/gogo/protobuf/sortkeys
118118
github.com/gogo/protobuf/types
119-
# github.com/golang/protobuf v1.5.2
119+
# github.com/golang/protobuf v1.5.3
120120
## explicit; go 1.9
121121
github.com/golang/protobuf/jsonpb
122122
github.com/golang/protobuf/proto

0 commit comments

Comments
 (0)