2025-07-21 10:12:28 -04:00
|
|
|
module github.com/imjasonh/hooks
|
|
|
|
|
|
|
|
|
|
go 1.24.4
|
|
|
|
|
|
2025-07-21 10:26:59 -04:00
|
|
|
require github.com/spf13/cobra v1.9.1
|
|
|
|
|
|
2025-07-21 10:12:28 -04:00
|
|
|
require (
|
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
|
|
|
)
|