1
0
Fork 0
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:
Henrik Hautakoski 2024-02-10 18:52:14 +01:00
parent f99bbec5ff
commit 655dd730d7
5 changed files with 422 additions and 369 deletions

1
go.mod
View file

@ -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