Revert previous sdlgo example change
[ric-plt/sdlgo.git] / go.mod
diff --git a/go.mod b/go.mod
index f1f39d4..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 v6.15.2+incompatible
-       github.com/onsi/ginkgo v1.8.0 // indirect
-       github.com/onsi/gomega v1.5.0 // indirect
-       github.com/stretchr/testify v1.3.0
+       github.com/go-redis/redis/v8 v8.11.4
+       github.com/spf13/cobra v1.1.1
+       github.com/stretchr/testify v1.5.1
 )
 
 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo/internal/sdlgoredis => ./internal/sdlgoredis