Update available SDL version to v0.7.0
Update XAPP-FRAME module dependencies to use latest SDL version v0.7.0
what contains support for SDL multi-namespace and sentinel based DB
capacity scaling features.
Issue-ID: RIC-699
Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: Ie241f3b990a02065504c115cbe8379eff24afab2
diff --git a/examples/go.mod b/examples/go.mod
old mode 100755
new mode 100644
index 570e3ec..acf0c70
--- a/examples/go.mod
+++ b/examples/go.mod
@@ -2,10 +2,13 @@
module gerrit.o-ran-sc.org/r/ric-plt/xapp-frame/example-xapp
-require gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.7.1
+require (
+ gerrit.o-ran-sc.org/r/ric-plt/alarm-go.git/alarm v0.5.0
+ gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.7.1
+)
replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.7.1
-replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.0
+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