diff --git a/go.mod b/go.mod index e6b35a7..bfb7225 100644 --- a/go.mod +++ b/go.mod @@ -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 )