initial commit (second try)

This commit is contained in:
Luna 2025-06-10 21:16:53 -03:00
parent a62cf65376
commit ed3c0eae14
7 changed files with 656 additions and 0 deletions

10
go.mod Normal file
View file

@ -0,0 +1,10 @@
module 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
)