X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=5620f9087a5e53ac18ae96689612ef69a9116338;hb=refs%2Fchanges%2F49%2F9149%2F1;hp=9e10f32d9fa705dcf0beb03c10c1ab9d592b291a;hpb=0f37fbdad6df038d57aaceb9313894995a7bc3cf;p=ric-plt%2Fsdlgo.git diff --git a/go.mod b/go.mod index 9e10f32..5620f90 100644 --- 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.9+incompatible - github.com/onsi/ginkgo v1.14.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