From fcfb5e62f95d625836328131cc5ca851182bcae4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:41:39 +0200 Subject: Adding upstream version 1.2.0. Signed-off-by: Daniel Baumann --- tests/internal/utils/redis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/internal/utils') diff --git a/tests/internal/utils/redis.go b/tests/internal/utils/redis.go index da3615d..eaf2c2b 100644 --- a/tests/internal/utils/redis.go +++ b/tests/internal/utils/redis.go @@ -4,8 +4,8 @@ import ( "context" "encoding/hex" "encoding/json" - "github.com/go-redis/redis/v8" "github.com/icinga/icinga-testing/services" + "github.com/redis/go-redis/v9" "github.com/stretchr/testify/require" "testing" "time" -- cgit v1.2.3