增加下载进度条显示 (#1)

* Update go.mod

* Update go.sum

* Update main.go
This commit is contained in:
itouakirai
2024-09-10 09:19:54 +08:00
committed by GitHub
parent 4e04d960c3
commit 2f77496cc3
3 changed files with 33 additions and 2 deletions

8
go.mod
View File

@@ -8,6 +8,14 @@ require (
github.com/spf13/pflag v1.0.5
)
require (
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/schollz/progressbar/v3 v3.14.6 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/term v0.22.0 // indirect
)
require (
github.com/beevik/etree v1.3.0
github.com/google/uuid v1.1.2 // indirect