fabric-samples/high-throughput/application-go/go.mod
sapthasurendran e0d15342e3 lint Fix
Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>
2021-12-09 14:08:12 +05:30

10 lines
323 B
Modula-2

module github.com/hyperledger/fabric-samples/high-throughput/application-go
go 1.14
require (
github.com/hyperledger/fabric-sdk-go v1.0.0-rc1
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/tools v0.1.8 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)