X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;fp=go.mod;h=d46db31ee30536a73ab6d3f01538106ba80140f0;hb=7c17df52f1e8004e68bcc2d339be5d1347625aa6;hp=0000000000000000000000000000000000000000;hpb=12c8b626d9627db989920f65a5b80622ed037b2f;p=ric-plt%2Fsdlgo.git diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..d46db31 --- /dev/null +++ b/go.mod @@ -0,0 +1,12 @@ +module gerrit.oran-osc.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 +) + +replace gerrit.oran-osc.org/r/ric-plt/sdlgo/internal/sdlgoredis => ./internal/sdlgoredis