Add eslogger completion and Go tools
This commit is contained in:
13
tools/go/tarsum/go.mod
Normal file
13
tools/go/tarsum/go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user