加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 419 Bytes
一键复制 编辑 原始数据 按行查看 历史
Aleix Penella 提交于 2021-06-29 22:07 . update dependencies
module github.com/apenella/go-ansible
go 1.15
require (
github.com/apenella/go-common-utils/data v0.0.0-20210528133155-34ba915e28c8
github.com/apenella/go-common-utils/error v0.0.0-20210528133155-34ba915e28c8
github.com/fatih/color v1.12.0
github.com/kr/text v0.2.0 // indirect
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化