X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=0d1cf5c39f52a0371b94dfe59f8ae28451d25159;hb=03ce172aee993d79a43644845077a3b0a3c7c848;hp=10cf8df9892fad84a8044c8c5dbea4a8ddccf364;hpb=3d0978374939ba984244de56750f1e7933b55073;p=ric-plt%2Fvespamgr.git diff --git a/go.mod b/go.mod index 10cf8df..0d1cf5c 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,17 @@ -module RIC_VESAgent +module gerrit.o-ran-sc.org/r/ric-plt/vespamgr -go 1.12 +go 1.16 + +replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.9.4 + +replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.7.0 + +replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2 require ( - gerrit.o-ran-sc.org/r/com/golog.git v0.0.1 - github.com/davecgh/go-spew v1.1.1 // indirect - github.com/stretchr/testify v1.3.0 - gopkg.in/yaml.v2 v2.2.2 + gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.9.4 + github.com/stretchr/testify v1.5.1 + gopkg.in/yaml.v2 v2.3.0 ) + +