feat: initial commit

This commit is contained in:
2025-05-27 17:01:04 +01:00
commit 791fc398fa
5 changed files with 755 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module github.com/hazemKrimi/crimson-vault
go 1.24.3
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.9.1 // indirect
github.com/spf13/pflag v1.0.6 // indirect
)