Update modules

This commit is contained in:
Milan Nikolic
2026-06-22 20:33:51 +02:00
parent ad4f522b1f
commit f555f09e59
6 changed files with 74 additions and 71 deletions
+5 -5
View File
@@ -4,7 +4,7 @@ go 1.23
require (
github.com/gen2brain/cbconvert v1.0.5-0.20241106192421-4d845afa43ca
github.com/schollz/progressbar/v3 v3.13.1
github.com/schollz/progressbar/v3 v3.19.0
)
require (
@@ -26,14 +26,14 @@ require (
github.com/golang/geo v0.0.0-20230421003525-6adc56603217 // indirect
github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25 // indirect
github.com/jupiterrider/ffi v0.2.1 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mattn/go-runewidth v0.0.24 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.3.4 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/tetratelabs/wazero v1.8.1 // indirect
golang.org/x/image v0.21.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/term v0.25.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/term v0.28.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)