Add init comand on daemon
All checks were successful
CI.yml / build (push) Successful in 39s

This commit is contained in:
d3m0k1d
2026-01-11 17:13:22 +03:00
parent aec8a8286f
commit 1bbbd97190
3 changed files with 13 additions and 4 deletions

4
go.mod
View File

@@ -2,9 +2,9 @@ module github.com/d3m0k1d/BanForge
go 1.25.5
require github.com/spf13/cobra v1.10.2
require (
github.com/BurntSushi/toml v1.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.10.2 // indirect
github.com/spf13/pflag v1.0.10 // indirect
)