加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 732 Bytes
一键复制 编辑 原始数据 按行查看 历史
llody_55 提交于 2023-10-31 17:21 . add
module mysshtool
go 1.19
require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/bramvdbogaerde/go-scp v1.2.1 // indirect
github.com/cheggaaa/pb/v3 v3.1.4 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/pkg/sftp v1.13.6 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/urfave/cli v1.22.14 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/sys v0.13.0 // indirect
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化