feat: chunking + progress bar
This commit is contained in:
parent
0277157919
commit
68391cf532
6 changed files with 339 additions and 17 deletions
8
go.mod
8
go.mod
|
@ -3,3 +3,11 @@ module github.com/wholetrans/d10n
|
|||
go 1.24.1
|
||||
|
||||
require gopkg.in/yaml.v3 v3.0.1
|
||||
|
||||
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.18.0 // indirect
|
||||
golang.org/x/sys v0.29.0 // indirect
|
||||
golang.org/x/term v0.28.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue