actions-test/go.mod

10 lines
187 B
Modula-2
Raw Normal View History

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