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

Commit 77acce8

Browse files
Bump golang.org/x/net in /test/performance
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190613194153-d28f0bde5980 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7af45ce commit 77acce8

File tree

2 files changed

+282
-56
lines changed

2 files changed

+282
-56
lines changed

test/performance/go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ replace github.com/hyperledger/fabric-sdk-go => ../../
88

99
require (
1010
github.com/golang/protobuf v1.3.3
11-
github.com/hyperledger/fabric-protos-go v0.0.0-20200707132912-fee30f3ccd23
11+
github.com/hyperledger/fabric-protos-go v0.0.0-20211118165945-23d738fc3553
1212
github.com/hyperledger/fabric-sdk-go v0.0.0-00010101000000-000000000000
13-
github.com/hyperledger/fabric-sdk-go/test/integration v0.0.0-20200909154308-842c4b3ea51e // indirect
1413
github.com/pkg/errors v0.8.1
1514
github.com/stretchr/testify v1.5.1
16-
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
15+
golang.org/x/net v0.7.0
1716
google.golang.org/grpc v1.29.1
1817
)
1918

0 commit comments

Comments
 (0)