Vespa Changes of go.mod and Dockerfile
Change-Id: I09b2d18b1bcff62cf6a1f426f639b72dad5eca99
Signed-off-by: Anupama P <anupama.p@nokia.com>
Signed-off-by: manoj1 <manoj.1.manoj@nokia.com>
diff --git a/go.mod b/go.mod
index 0d1cf5c..dce81f4 100644
--- a/go.mod
+++ b/go.mod
@@ -1,17 +1,15 @@
module gerrit.o-ran-sc.org/r/ric-plt/vespamgr
-go 1.16
+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.4
+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/ric-plt/xapp-frame v0.9.4
+ 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
)
-
-