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

This commit is contained in:
2026-05-09 05:06:48 +01:00
committed by GitHub
parent 918db31fb2
commit a791fe688d
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ require (
github.com/charmbracelet/lipgloss v1.1.0
github.com/fsnotify/fsnotify v1.10.1
github.com/stretchr/testify v1.11.1
golang.org/x/sys v0.43.0
golang.org/x/sys v0.44.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -33,5 +33,5 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/text v0.36.0 // indirect
golang.org/x/text v0.37.0 // indirect
)