Update available SDL version to v0.7.0

Update vespamgr module dependencies to use latest SDL version v0.7.0,
which contains implementation for the SDL multi-namespace and sentinel
based DB capacity scaling properties.

Issue-ID: RIC-699

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: Icb85e8c4253ca993707f88b3c32c7aa2f9183960
diff --git a/go.mod b/go.mod
old mode 100755
new mode 100644
index d7f676c..01ff147
--- a/go.mod
+++ b/go.mod
@@ -4,13 +4,12 @@
 
 replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.8.1
 
-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/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
 	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
+	gopkg.in/yaml.v2 v2.3.0
 )