Init proj

This commit is contained in:
d3m0k1d
2026-01-04 18:07:45 +03:00
parent 6c004e8198
commit 0a5c9bc2d1
3 changed files with 20 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module github.com/d3m0k1d/BanForge
go 1.25.5
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
)