chore: init

This commit is contained in:
Mathis Maquenne
2024-10-07 23:06:14 +02:00
commit 4f82007a49
5 changed files with 50 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module github.com/mathismqn/godeez
go 1.23.1
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
)