fabric-samples/auction-dutch/chaincode-go/go.mod
nikhil550 1cd71fd26a
Add dutch auction sample with auditor (#426)
Signed-off-by: NIKHIL E GUPTA <ngupta@symbridge.com>
2021-05-24 22:01:54 +02:00

13 lines
545 B
Modula-2

module github.com/hyperledger/fabric-samples/auction/dutch-auction/chaincode-go
go 1.14
require (
github.com/golang/protobuf v1.4.3
github.com/hyperledger/fabric-chaincode-go v0.0.0-20201119163726-f8ef75b17719
github.com/hyperledger/fabric-contract-api-go v1.1.1
github.com/hyperledger/fabric-protos-go v0.0.0-20210127161553-4f432a78f286
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)