mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 18:15:10 +00:00
17 lines
684 B
Modula-2
17 lines
684 B
Modula-2
module github.com/hyperledger/fabric-samples/asset-transfer-basic/chaincode-go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
|
github.com/gofiber/fiber/v2 v2.40.1 // indirect
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/hyperledger/fabric-chaincode-go v0.0.0-20200424173110-d7076418f212
|
|
github.com/hyperledger/fabric-contract-api-go v1.1.0
|
|
github.com/hyperledger/fabric-protos-go v0.0.0-20200424173316-dd554ba3746e
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
|
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect
|
|
google.golang.org/grpc v1.23.0 // indirect
|
|
)
|