exclude initial commit

This commit is contained in:
2025-05-29 00:30:08 +01:00
commit f249cc2a4d
11 changed files with 317 additions and 0 deletions

10
go.mod Normal file
View File

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