feat: progress

This commit is contained in:
2026-01-18 18:27:48 -05:00
parent f2c8d9f7d2
commit 5f2dcc9394
49 changed files with 227 additions and 1844 deletions

3
go.mod
View File

@@ -6,6 +6,9 @@ require github.com/stretchr/testify v1.11.1
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/cobra v1.10.2 // indirect
github.com/spf13/pflag v1.0.9 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)