fix(deps): update module golang.org/x/text (v0.32.0 → v0.33.0) (#151)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-10 09:31:26 +00:00
committed by GitHub
parent 6fcdcd2ea1
commit 894ac72908
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -8,7 +8,7 @@ require (
github.com/schollz/progressbar/v3 v3.19.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/viper v1.21.0
golang.org/x/text v0.32.0
golang.org/x/text v0.33.0
gopkg.in/yaml.v3 v3.0.1
)