2024-03-30 09:52:54 +01:00
|
|
|
module actions-test
|
|
|
|
|
|
|
|
go 1.22.1
|
|
|
|
|
2024-03-31 10:33:14 +02:00
|
|
|
require github.com/spf13/cobra v1.8.0
|
|
|
|
|
2024-03-30 09:52:54 +01:00
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
)
|