update all
Some checks failed
codeql / analyze (go) (push) Failing after 42s
build / test (push) Failing after 4m53s
build / lint (push) Successful in 9m28s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-10-14 17:49:38 +03:00
parent 27eccc1ed2
commit 757fe0245b
3 changed files with 10 additions and 4 deletions

6
go.mod
View File

@@ -5,9 +5,9 @@ go 1.22
toolchain go1.22.4
require (
github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5
github.com/redis/go-redis/v9 v9.6.1
go.unistack.org/micro/v3 v3.10.96
github.com/redis/go-redis/extra/rediscmd/v9 v9.5.3
github.com/redis/go-redis/v9 v9.6.2
go.unistack.org/micro/v3 v3.10.97
)
require (