X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;fp=go.mod;h=9e10f32d9fa705dcf0beb03c10c1ab9d592b291a;hb=0f37fbdad6df038d57aaceb9313894995a7bc3cf;hp=e63d0dd7f68402cca190194c724841494a3c3680;hpb=e135f9ad805819830d55dbeb0566a19d2804df34;p=ric-plt%2Fsdlgo.git diff --git a/go.mod b/go.mod index e63d0dd..9e10f32 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.3+incompatible + github.com/go-redis/redis v6.15.9+incompatible + github.com/onsi/ginkgo v1.14.0 // indirect github.com/stretchr/testify v1.3.0 - golang.org/x/sys v0.0.0-20190204203706-41f3e6584952 // indirect ) replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo/internal/sdlgoredis => ./internal/sdlgoredis