Update Kubectl and sdlgo versions
[ric-plt/appmgr.git] / pkg / cm / cm.go
index fb80276..9ff2876 100755 (executable)
@@ -33,9 +33,9 @@ import (
        "github.com/valyala/fastjson"
        "github.com/xeipuuv/gojsonschema"
 
-       "gerrit.oran-osc.org/r/ric-plt/appmgr/pkg/appmgr"
-       "gerrit.oran-osc.org/r/ric-plt/appmgr/pkg/models"
-       "gerrit.oran-osc.org/r/ric-plt/appmgr/pkg/util"
+       "gerrit.o-ran-sc.org/r/ric-plt/appmgr/pkg/appmgr"
+       "gerrit.o-ran-sc.org/r/ric-plt/appmgr/pkg/models"
+       "gerrit.o-ran-sc.org/r/ric-plt/appmgr/pkg/util"
 )
 
 type CM struct{}
@@ -311,4 +311,4 @@ func (cm *CM) doValidate(schema, cfg interface{}) (errList models.ConfigValidati
        appmgr.Logger.Info("Config validation successful!")
 
        return
-}
\ No newline at end of file
+}