1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-26 10:43:42 +02:00

create thalos-tools cli app and have the old bench command as a subcommand.

This commit is contained in:
Henrik Hautakoski 2023-06-14 11:21:54 +02:00
parent cfc6cb9e42
commit 52488277cb
6 changed files with 166 additions and 126 deletions

3
go.mod
View file

@ -15,6 +15,7 @@ require (
github.com/pborman/getopt/v2 v2.1.0
github.com/redis/go-redis/v9 v9.0.5
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.2
gopkg.in/yaml.v3 v3.0.1
)
@ -28,6 +29,7 @@ require (
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
@ -37,6 +39,7 @@ require (
github.com/onsi/gomega v1.27.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/streamingfast/logging v0.0.0-20221209193439-bff11742bf4c // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
github.com/tidwall/gjson v1.14.4 // indirect