mirror of
https://github.com/onyx-and-iris/gignore.git
synced 2025-04-16 02:23:53 +01:00
16 lines
313 B
Modula-2
16 lines
313 B
Modula-2
module github.com/onyx-and-iris/gignore
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/cuonglm/gogi v1.0.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/spf13/cobra v1.9.1
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
)
|