update go mod

This commit is contained in:
2026-07-06 18:44:32 +00:00
parent 830c0a7586
commit bc52a250a4
+5 -5
View File
@@ -1,15 +1,15 @@
module wfa
go 1.25.1
go 1.26.4
require (
github.com/schollz/progressbar/v3 v3.17.1
golang.org/x/exp v0.0.0-20250911091902-df9299821621
github.com/schollz/progressbar/v3 v3.19.1
golang.org/x/exp v0.0.0-20260611194520-c48552f49976
)
require (
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/term v0.26.0 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/term v0.44.0 // indirect
)