加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 761 Bytes
一键复制 编辑 原始数据 按行查看 历史
cookeem 提交于 2023-08-17 10:35 . project init
module github.com/dory-engine/dorycli
go 1.16
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/Xuanwo/go-locale v1.1.0
github.com/fatih/color v1.7.0
github.com/go-playground/validator/v10 v10.9.0
github.com/gorilla/websocket v1.4.2
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.2.1
github.com/tidwall/gjson v1.12.1
github.com/tidwall/sjson v1.2.4
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化