Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit d489eba

Browse files
Baha ShaabanFiras Qutishat
authored andcommitted
[FAB-11156] update probuf+grpc package versions
Change-Id: I1bedb01418de16991868046d9d203cf49a2d68cf Signed-off-by: Baha Shaaban <baha.shaaban@securekey.com> Signed-off-by: Firas Qutishat <firas.qutishat@securekey.com>
1 parent 0000040 commit d489eba

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

Gopkg.lock

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

Gopkg.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
[[constraint]]
1616
name = "google.golang.org/grpc"
17-
version = "1.8.0"
17+
version = "1.11.3"
1818

1919
[[constraint]]
2020
name = "github.com/golang/protobuf"
21-
version = "1.0.0"
21+
version = "1.1.0"
2222

2323
[[constraint]]
2424
name = "golang.org/x/net"

pkg/fab/txn/txn_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func checkRepeatedFieldHeader(proposal fab.TransactionProposal, th TransactionHe
126126
ProposalResponses: []*fab.TransactionProposalResponse{&proposalResp},
127127
}
128128
_, err := New(txnReq)
129-
if err == nil || err.Error() != "repeated field endorsements has nil element" {
129+
if err == nil || err.Error() != "proto: repeated field Endorsements has nil element" {
130130
t.Fatal("Proposal response was supposed to fail in Create Transaction")
131131
}
132132
}

0 commit comments

Comments
 (0)