X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=go.mod;h=1359ea804562c3a6b777979a18b330375972768c;hb=bd724d66fdfee6b1a6e589a4081529dd535ca423;hp=5620f9087a5e53ac18ae96689612ef69a9116338;hpb=4d1222c6d4954e2a2855833696dc3b44418714a6;p=ric-plt%2Fsdlgo.git diff --git a/go.mod b/go.mod index 5620f90..1359ea8 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.20 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