diff --git a/core/agent/go.mod b/core/agent/go.mod index e89e4c5ff..d0d916c50 100644 --- a/core/agent/go.mod +++ b/core/agent/go.mod @@ -3,7 +3,7 @@ module github.com/NethServer/ns8-core/core/agent go 1.26.0 require ( - github.com/go-redis/redis/v8 v8.11.5 + github.com/go-redis/redis/v9 v9.21.0 github.com/xeipuuv/gojsonschema v1.2.0 ) diff --git a/core/api-server/go.mod b/core/api-server/go.mod index 34d333001..c6f86cf2e 100644 --- a/core/api-server/go.mod +++ b/core/api-server/go.mod @@ -60,6 +60,6 @@ require ( require ( github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/dgryski/dgoogauth v0.0.0-20190221195224-5a805980a5f3 - github.com/go-redis/redis/v8 v8.11.5 + github.com/go-redis/redis/v9 v9.21.0 github.com/nqd/flat v0.2.0 )