chore: auto-update Go modules

This commit is contained in:
github-actions[bot]
2026-02-02 02:23:27 +00:00
parent 736310a67f
commit 04bd90bf80
2 changed files with 8 additions and 7 deletions

4
go.mod
View File

@@ -2,9 +2,9 @@ module github.com/onyx-and-iris/exclude
go 1.24.3
require github.com/spf13/cobra v1.9.1
require github.com/spf13/cobra v1.10.2
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect
github.com/spf13/pflag v1.0.10 // indirect
)