forked from hyperledger/fabric-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 939 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/hyperledger/fabric-gateway
go 1.16
require (
github.com/IBM/idemix v0.0.0-20211105080215-fc2a3b9789c3 // indirect
github.com/IBM/mathlib v0.0.0-20210928081244-f5486459a290 // indirect
github.com/Knetic/govaluate v3.0.0+incompatible // indirect
github.com/Shopify/sarama v1.30.0 // indirect
github.com/cucumber/godog v0.12.2
github.com/cucumber/messages-go/v16 v16.0.1
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2
github.com/hashicorp/go-version v1.3.0 // indirect
github.com/hyperledger/fabric v2.1.1+incompatible
github.com/hyperledger/fabric-amcl v0.0.0-20210603140002-2670f91851c8 // indirect
github.com/hyperledger/fabric-protos-go v0.0.0-20211118165945-23d738fc3553
github.com/miekg/pkcs11 v1.0.3
github.com/stretchr/testify v1.7.1-0.20210116013205-6990a05d54c2
github.com/sykesm/zap-logfmt v0.0.4 // indirect
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.26.0
)