Bump Redis client version to v8.11.4
[ric-plt/sdlgo.git] / go.mod
diff --git a/go.mod b/go.mod
index 8085e16..5620f90 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -3,10 +3,9 @@ module gerrit.o-ran-sc.org/r/ric-plt/sdlgo
 go 1.12
 
 require (
-       github.com/go-redis/redis/v7 v7.4.1
-       github.com/onsi/ginkgo v1.14.0 // indirect
+       github.com/go-redis/redis/v8 v8.11.4
        github.com/spf13/cobra v1.1.1
-       github.com/stretchr/testify v1.3.0
+       github.com/stretchr/testify v1.5.1
 )
 
 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo/internal/sdlgoredis => ./internal/sdlgoredis