fix(deps): update module github.com/schollz/progressbar/v3 to v3.18.0
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Renovate Bot 2025-01-09 15:03:05 +00:00
parent f22907630a
commit 4d2a7acebc
Signed by: renovate
GPG key ID: 3A0CE4E8FD0069E6
2 changed files with 9 additions and 9 deletions

6
go.mod
View file

@ -10,7 +10,7 @@ require (
github.com/levigross/grequests v0.0.0-20231203190023-9c307ef1f48d
github.com/praserx/ipconv v1.2.2
github.com/prometheus/client_golang v1.20.5
github.com/schollz/progressbar/v3 v3.17.1
github.com/schollz/progressbar/v3 v3.18.0
)
require (
@ -28,7 +28,7 @@ require (
github.com/prometheus/procfs v0.15.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/term v0.26.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/term v0.28.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)