加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
Haitao Yue 提交于 2019-04-01 21:26 . [CE-587] Add cello command line tool
module github.com/hyperledger/cello/cmd
go 1.12
require (
github.com/ghodss/yaml v1.0.0 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/jedib0t/go-pretty v4.0.2+incompatible // indirect
github.com/levigross/grequests v0.0.0-20190130132859-37c80f76a0da // indirect
github.com/spf13/cobra v0.0.3 // indirect
github.com/spf13/viper v1.3.2 // indirect
golang.org/x/net v0.0.0-20190328230028-74de082e2cca // indirect
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化