Skip to content

Commit a409e17

Browse files
committed
Update dependency on github/golang/protobuf to latest.
For your convenience, the relevant commit list is https://github.com/golang/protobuf/commits/master I would like this since it would make it possible for me to link against a modern timestamp.proto. I changed the hash to the most recent change, but the change that is most important to me is github.com/golang/protobuf/commit/157d9c53be5810dd5a0fac4a467f7d5f400042ea > regenerate pb.go files with protobuf 3.3.0 It would also be nice to have github.com/golang/protobuf/commit/5a0f697c9ed9d68fef0116532c6e05cfeae00e55 > Deserialize JSON NaN, Infinity and -Infinity to corresponding Go values
1 parent 3abbffe commit a409e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ DEPS = {
1919
"com_github_golang_protobuf": {
2020
"rule": "new_go_repository",
2121
"importpath": "github.com/golang/protobuf",
22-
"commit": "8ee79997227bf9b34611aee7946ae64735e6fd93", # ~ Nov 16, 2016
22+
"commit": "748d386b5c1ea99658fd69fe9f03991ce86a90c1", # ~ Jul 26, 2017
2323
},
2424

2525
"org_golang_google_grpc": {

0 commit comments

Comments
 (0)