build source

This commit is contained in:
2026-05-01 19:49:08 +02:00
commit ef7a4a8c45
5 changed files with 81 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module apac
go 1.26.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
)