File tree Expand file tree Collapse file tree
github.com/golang/protobuf/jsonpb Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -179,8 +179,9 @@ github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QD
179179github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
180180github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
181181github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
182- github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=
183182github.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=
184185github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
185186github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
186187github.com/google/certificate-transparency-go v1.0.10-0.20180222191210-5ab67e519c93/go.mod h1:QeJfpSbVSfYc7RgB3gJFj9cbuQMMchQxrWXz8Ruopmg=
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ github.com/gogo/protobuf/proto
116116github.com/gogo/protobuf/protoc-gen-gogo/descriptor
117117github.com/gogo/protobuf/sortkeys
118118github.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
121121github.com/golang/protobuf/jsonpb
122122github.com/golang/protobuf/proto
You can’t perform that action at this time.
0 commit comments