File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/antihax/optional v1.0.0
77 github.com/ghodss/yaml v1.0.0
88 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
9- github.com/golang/protobuf v1.4.2
9+ github.com/golang/protobuf v1.4.3
1010 github.com/google/go-cmp v0.5.2
1111 github.com/rogpeppe/fastuuid v1.2.0
1212 golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ github.com/golang/protobuf v1.4.1 h1:ZFgWrT+bLgsYPirOnRfKLYJLvssAegOj/hgyMFdJZe0
8080github.com/golang/protobuf v1.4.1 /go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8 =
8181github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0 =
8282github.com/golang/protobuf v1.4.2 /go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI =
83+ github.com/golang/protobuf v1.4.3 h1:JjCZWpVbqXDqFVmTfYWEVTMIYrL/NPdPSCHPJ0T/raM =
84+ github.com/golang/protobuf v1.4.3 /go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI =
8385github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c /go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ =
8486github.com/google/btree v1.0.0 /go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ =
8587github.com/google/go-cmp v0.2.0 /go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M =
Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ def go_repositories():
124124 go_repository (
125125 name = "com_github_golang_protobuf" ,
126126 importpath = "github.com/golang/protobuf" ,
127- sum = "h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0 =" ,
128- version = "v1.4.2 " ,
127+ sum = "h1:JjCZWpVbqXDqFVmTfYWEVTMIYrL/NPdPSCHPJ0T/raM =" ,
128+ version = "v1.4.3 " ,
129129 )
130130
131131 go_repository (
You can’t perform that action at this time.
0 commit comments