chore: auto-update Go modules

This commit is contained in:
github-actions[bot]
2026-06-15 00:39:41 +00:00
parent d4a715e23f
commit 089f343c2e
2 changed files with 9 additions and 9 deletions

6
go.mod
View File

@@ -4,7 +4,7 @@ go 1.25.0
require (
github.com/charmbracelet/log v1.0.0
github.com/urfave/cli/v3 v3.9.0
github.com/urfave/cli/v3 v3.10.0
)
require (
@@ -23,6 +23,6 @@ require (
github.com/muesli/termenv v0.16.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/exp v0.0.0-20260603202125-055de637280b // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/exp v0.0.0-20260611194520-c48552f49976 // indirect
golang.org/x/sys v0.46.0 // indirect
)