🎉 Initial commit

cobra-cli init
This commit is contained in:
Dan Jones 2023-08-28 20:21:55 -05:00
commit 678b0d499f
5 changed files with 81 additions and 0 deletions

9
go.mod Normal file
View file

@ -0,0 +1,9 @@
module codeberg.org/danjones000/strip-beats
go 1.20
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)