mirror of
https://github.com/onyx-and-iris/exclude.git
synced 2026-03-30 23:19:09 +00:00
11 lines
203 B
Modula-2
11 lines
203 B
Modula-2
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
|
|
)
|