Update go.mod and go.sum (#22)

This commit is contained in:
2026-01-10 03:32:48 +00:00
committed by GitHub
parent 4629b75c8a
commit 026035dc15
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ require (
github.com/rivo/uniseg v0.4.7 // indirect
github.com/schollz/progressbar/v2 v2.15.0 // indirect
github.com/sugarme/regexpset v0.0.0-20200920021344-4d4ec8eaf93c // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/text v0.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)