1 Star 0 Fork 0

dq/gg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
voidint 提交于 2024-07-01 20:48 . dep: upgrade third-party dependencies
module github.com/voidint/g
go 1.20
require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/PuerkitoBio/goquery v1.9.2
github.com/agiledragon/gomonkey/v2 v2.11.0
github.com/daviddengcn/go-colortext v1.0.0
github.com/dixonwille/wlog/v3 v3.0.4
github.com/dixonwille/wmenu/v5 v5.1.0
github.com/fatih/color v1.17.0
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
github.com/mholt/archiver/v3 v3.5.1
github.com/schollz/progressbar/v3 v3.14.4
github.com/stretchr/testify v1.9.0
github.com/urfave/cli/v2 v2.27.2
github.com/voidint/go-update v1.0.0
golang.org/x/text v0.16.0
)
require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/klauspost/pgzip v1.2.6 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/nwaples/rardecode v1.1.3 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/ulikunitz/xz v0.5.12 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/term v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chinasnail/gg.git
[email protected]:chinasnail/gg.git
chinasnail
gg
gg
master

搜索帮助