Redesign and taking xapp-framework into use
[ric-plt/vespamgr.git] / go.mod
diff --git a/go.mod b/go.mod
index 10cf8df..c4111ca 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,16 @@
-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.6.7
+
+replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.2
+
+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.0.0-00010101000000-000000000000
+       github.com/stretchr/testify v1.5.1
+       gopkg.in/yaml.v2 v2.2.4
 )