add meter support
Some checks failed
build / test (push) Failing after 1m14s
codeql / analyze (go) (push) Failing after 1m58s
build / lint (push) Successful in 9m26s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-04-14 22:27:28 +03:00
parent 2245314c2f
commit 1e8a44b088
3 changed files with 299 additions and 143 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.20
require (
github.com/redis/go-redis/v9 v9.2.1
go.unistack.org/micro/v3 v3.10.28
go.unistack.org/micro/v3 v3.10.62
)
require (