mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-18 04:40:03 +02:00
switch github.com/pborman/getopt to github.com/urfave/cli for handling cli flags
This commit is contained in:
parent
f99bbec5ff
commit
655dd730d7
5 changed files with 422 additions and 369 deletions
1
go.mod
1
go.mod
|
|
@ -12,7 +12,6 @@ require (
|
|||
github.com/go-redis/cache/v9 v9.0.0
|
||||
github.com/go-redis/redismock/v9 v9.2.0
|
||||
github.com/nikoksr/notify v0.41.0
|
||||
github.com/pborman/getopt/v2 v2.1.0
|
||||
github.com/redis/go-redis/v9 v9.4.0
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/stretchr/testify v1.8.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue