加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 323 Bytes
一键复制 编辑 原始数据 按行查看 历史
Marco Herrn 提交于 2019-11-05 14:45 . Fix "-" flag value parsing
module github.com/alecthomas/kingpin
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
)
go 1.13
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化