Add eslogger completion and Go tools

This commit is contained in:
tke
2026-03-07 10:32:52 +01:00
parent 0ff19b5765
commit 67fbbf5a36
10 changed files with 561 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
module tarsum
go 1.24.4
require (
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.9.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect
)