Add eslogger completion and Go tools

This commit is contained in:
tke
2026-03-07 10:32:52 +01:00
parent 412f812fe2
commit cf17b37a7d
11 changed files with 561 additions and 0 deletions

13
tools/go/tarsum/go.mod Normal file
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
)