Skip to content

Commit aaed5cb

Browse files
authored
Merge pull request #114 from mikesamuel/master
Update dependency on github/golang/protobuf to latest.
2 parents 61efe7c + a409e17 commit aaed5cb

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)