wrote source code

This commit is contained in:
2026-05-02 00:19:07 +02:00
parent ef7a4a8c45
commit 1dd20f169f
5 changed files with 93 additions and 8 deletions
+2 -1
View File
@@ -2,8 +2,9 @@ module apac
go 1.26.2
require github.com/spf13/cobra v1.10.2
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.10.2 // indirect
github.com/spf13/pflag v1.0.9 // indirect
)