chore: auto-update Go modules

This commit is contained in:
github-actions[bot]
2026-07-20 02:12:46 +00:00
parent cfa3f10553
commit 4d9f9c1578
2 changed files with 9 additions and 9 deletions

6
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/onyx-and-iris/xair-cli
go 1.25.0
require (
github.com/alecthomas/kong v1.15.0
github.com/alecthomas/kong v1.16.0
github.com/alecthomas/mango-kong v0.1.0
github.com/charmbracelet/log v1.0.0
github.com/hypebeast/go-osc v0.0.0-20220308234300-cec5a8a1e5f5
@@ -23,7 +23,7 @@ require (
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
github.com/mattn/go-isatty v0.0.22 // indirect
github.com/mattn/go-isatty v0.0.23 // indirect
github.com/mattn/go-runewidth v0.0.24 // indirect
github.com/muesli/mango v0.2.0 // indirect
github.com/muesli/roff v0.1.0 // indirect
@@ -32,6 +32,6 @@ require (
github.com/rivo/uniseg v0.4.7 // indirect
github.com/riywo/loginshell v0.0.0-20200815045211-7d26008be1ab // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/exp v0.0.0-20260709172345-9ea1abe57597 // indirect
golang.org/x/exp v0.0.0-20260718201538-764159d718ef // indirect
golang.org/x/sys v0.47.0 // indirect
)