feat: add project struct

This commit is contained in:
d3m0k1d
2026-02-19 13:04:01 +03:00
parent fbdb5adda4
commit 4b64e118e0
8 changed files with 20 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module github.com/d3m0k1d/ciweave
go 1.25.7
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.10.2 // indirect
github.com/spf13/pflag v1.0.10 // indirect
)