Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions test/performance/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ replace github.com/hyperledger/fabric-sdk-go => ../../

require (
github.com/golang/protobuf v1.3.3
github.com/hyperledger/fabric-protos-go v0.0.0-20200707132912-fee30f3ccd23
github.com/hyperledger/fabric-protos-go v0.0.0-20211118165945-23d738fc3553
github.com/hyperledger/fabric-sdk-go v0.0.0-00010101000000-000000000000
github.com/hyperledger/fabric-sdk-go/test/integration v0.0.0-20200909154308-842c4b3ea51e // indirect
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.5.1
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
golang.org/x/net v0.7.0
google.golang.org/grpc v1.29.1
)

Expand Down
Loading