X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcm%2Fcm.go;h=9ff2876dbb31fd4d2fd0e47348918bc580d37f4a;hb=f8b9966cb19eeeffc0100b8bb3a0b66937e51aba;hp=fb80276a39cd8e2d09d8e90573a227a90dc5070c;hpb=aca8f3cfeaa7e6af5245c2f0370ef517254d62f2;p=ric-plt%2Fappmgr.git diff --git a/pkg/cm/cm.go b/pkg/cm/cm.go index fb80276..9ff2876 100755 --- a/pkg/cm/cm.go +++ b/pkg/cm/cm.go @@ -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 +}