initial commit

This commit is contained in:
Luna 2025-06-10 16:38:28 -03:00
commit 9e13cc4b25
18 changed files with 1241 additions and 0 deletions

10
go.mod Normal file
View file

@ -0,0 +1,10 @@
module l4.pm/hako
go 1.21
require github.com/spf13/cobra v1.8.0
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)