X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;fp=go.mod;h=efc8f5b4094e846c912a3825f332c19c33ba94b0;hb=ed4795b56494f467aa66de30e51fc945e103f8dc;hp=5620f9087a5e53ac18ae96689612ef69a9116338;hpb=ec46e3dcc72ba02e95cd62f6658f891b1789c9c9;p=ric-plt%2Fsdlgo.git diff --git a/go.mod b/go.mod index 5620f90..efc8f5b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module gerrit.o-ran-sc.org/r/ric-plt/sdlgo -go 1.12 +go 1.18 require ( github.com/go-redis/redis/v8 v8.11.4 @@ -8,4 +8,15 @@ require ( github.com/stretchr/testify v1.5.1 ) +require ( + github.com/cespare/xxhash/v2 v2.1.2 // indirect + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect + github.com/inconshreveable/mousetrap v1.0.0 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/spf13/pflag v1.0.5 // indirect + github.com/stretchr/objx v0.1.1 // indirect + gopkg.in/yaml.v2 v2.4.0 // indirect +) + replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo/internal/sdlgoredis => ./internal/sdlgoredis