Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump golang.org/x/net from 0.0.0-20190613194153-d28f0bde5980 to 0.7.0 in /test/performance #256

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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