1 Star 0 Fork 0

Hyperledger/fabric-chaincode-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 693 Bytes
一键复制 编辑 原始数据 按行查看 历史
module github.com/hyperledger/fabric-chaincode-go/v2
go 1.23.0
require (
github.com/hyperledger/fabric-protos-go-apiv2 v0.3.7
github.com/stretchr/testify v1.10.0
google.golang.org/grpc v1.73.0
google.golang.org/protobuf v1.36.6
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250407143221-ac9807e6c755 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyperledger/fabric-chaincode-go.git
git@gitee.com:hyperledger/fabric-chaincode-go.git
hyperledger
fabric-chaincode-go
fabric-chaincode-go
main

搜索帮助