X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=dce81f4438d99c81defa3089702d860d2cd838a3;hb=HEAD;hp=f8a735429addefab4cee7f00fb3aa43f5e4302bb;hpb=4b74f01111b3b14fbb3832d8aaf4946cded374a0;p=ric-plt%2Fvespamgr.git diff --git a/go.mod b/go.mod index f8a7354..dce81f4 100644 --- a/go.mod +++ b/go.mod @@ -1,13 +1,15 @@ -module RIC_VESAgent +module gerrit.o-ran-sc.org/r/ric-plt/vespamgr -go 1.12 +go 1.13 + +replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.9.1 + +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/google/go-cmp v0.3.0 // indirect - github.com/kr/pty v1.1.3 // indirect - github.com/markbates/deplist v1.0.5 // indirect - github.com/stretchr/testify v1.3.0 - gopkg.in/yaml.v2 v2.2.2 - gotest.tools v2.2.0+incompatible // indirect + gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.0-00010101000000-000000000000 + github.com/stretchr/testify v1.5.1 + gopkg.in/yaml.v2 v2.3.0 )