feat: initial commit

This commit is contained in:
2025-02-11 12:07:24 +01:00
parent 4f8bd11858
commit de07752466
10 changed files with 121 additions and 1 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module github.com/alexohneander/flotte
go 1.23.5
require github.com/spf13/cobra v1.8.1
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)