first version

This commit is contained in:
2026-05-22 18:22:43 +03:00
parent ddfa5833a0
commit d28a4f02f9
9 changed files with 993 additions and 1 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module git.ktkz.ru/katamaz/dengitool
go 1.26.3
require (
github.com/spf13/cobra v1.10.2
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
)