Rename Master and Slave to Primary and Replica
[ric-plt/sdlgo.git] / go.mod
diff --git a/go.mod b/go.mod
index f1f39d4..8085e16 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -3,9 +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/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
 )