Implement SDL CLI 'healthcheck' -command
[ric-plt/sdlgo.git] / go.mod
diff --git a/go.mod b/go.mod
index 7f50555..8085e16 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module gerrit.o-ran-sc.org/r/ric-plt/sdlgo
 go 1.12
 
 require (
-       github.com/go-redis/redis v6.15.9+incompatible
+       github.com/go-redis/redis/v7 v7.4.1
        github.com/onsi/ginkgo v1.14.0 // indirect
        github.com/spf13/cobra v1.1.1
        github.com/stretchr/testify v1.3.0