File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/hyperledger/fabric-chaincode-go/v2
3
3
go 1.21.0
4
4
5
5
require (
6
- github.com/hyperledger/fabric-protos-go-apiv2 v0.3.4
6
+ github.com/hyperledger/fabric-protos-go-apiv2 v0.3.5
7
7
github.com/stretchr/testify v1.10.0
8
8
google.golang.org/grpc v1.67.1
9
9
google.golang.org/protobuf v1.36.2
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
3
3
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
5
5
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
6
- github.com/hyperledger/fabric-protos-go-apiv2 v0.3.4 h1:YJrd+gMaeY0/vsN0aS0QkEKTivGoUnSRIXxGJ7KI+Pc =
7
- github.com/hyperledger/fabric-protos-go-apiv2 v0.3.4 /go.mod h1:bau/6AJhvEcu9GKKYHlDXAxXKzYNfhP6xu2GXuxEcFk =
6
+ github.com/hyperledger/fabric-protos-go-apiv2 v0.3.5 h1:1VoshSAb1ZrOgzIT3siU7+4rLAfyoN7jQm2AdVk0k78 =
7
+ github.com/hyperledger/fabric-protos-go-apiv2 v0.3.5 /go.mod h1:bau/6AJhvEcu9GKKYHlDXAxXKzYNfhP6xu2GXuxEcFk =
8
8
github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI =
9
9
github.com/kr/pretty v0.2.1 /go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI =
10
10
github.com/kr/pty v1.1.1 /go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ =
You can’t perform that action at this time.
0 commit comments