加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 799 Bytes
一键复制 编辑 原始数据 按行查看 历史
module github.com/edgexfoundry/edgex-cli
go 1.18
require (
github.com/edgexfoundry/go-mod-core-contracts/v2 v2.3.0
github.com/spf13/cobra v1.3.0
)
require (
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
golang.org/x/text v0.3.7 // indirect
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化