File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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
33go 1.22.0
44
55require (
6- github.com/hyperledger/fabric-protos-go-apiv2 v0.3.5
6+ github.com/hyperledger/fabric-protos-go-apiv2 v0.3.6
77 github.com/stretchr/testify v1.10.0
88 google.golang.org/grpc v1.70.0
99 google.golang.org/protobuf v1.36.4
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
1111github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
1212github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
1313github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
14- github.com/hyperledger/fabric-protos-go-apiv2 v0.3.5 h1:1VoshSAb1ZrOgzIT3siU7+4rLAfyoN7jQm2AdVk0k78 =
15- github.com/hyperledger/fabric-protos-go-apiv2 v0.3.5 /go.mod h1:bau/6AJhvEcu9GKKYHlDXAxXKzYNfhP6xu2GXuxEcFk =
14+ github.com/hyperledger/fabric-protos-go-apiv2 v0.3.6 h1:IMpCMJCFktzPLWepq/V48vZJ8VY5rY7gX220aBdBbKQ =
15+ github.com/hyperledger/fabric-protos-go-apiv2 v0.3.6 /go.mod h1:bJnwzfv03oZQeCc863pdGTDgf5nmCy6Za3RAE7d2XsQ =
1616github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI =
1717github.com/kr/pretty v0.2.1 /go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI =
1818github.com/kr/pty v1.1.1 /go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ =
You can’t perform that action at this time.
0 commit comments