chore: add cmd

This commit is contained in:
2025-01-06 21:39:15 +01:00
parent 8b96947978
commit 7f64ff3b85
5 changed files with 47 additions and 5 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module git.front.kjuulh.io/kjuulh/orbis
go 1.23.4
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
)