Change Module name 49/12449/1
authorsubhash kumar singh <subh.singh@samsung.com>
Fri, 19 Jan 2024 11:21:21 +0000 (11:21 +0000)
committersubhash kumar singh <subh.singh@samsung.com>
Fri, 19 Jan 2024 11:32:47 +0000 (11:32 +0000)
Changed module name from `example.com\mmes` to
`gerrit.o-ran-sc.org\r\aiml-fw\modelmgmtservice`.

Change-Id: I5a282c5d9d5ec499d66a9ce95f0e9b6af2f8a41d
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
apis/mmes_apis.go
core/s3_manager.go
go.mod
main.go

index 545c3f6..9e15b59 100644 (file)
@@ -23,8 +23,8 @@ import (
        "net/http"
        "os"
 
-       "example.com/mmes/core"
-       "example.com/mmes/logging"
+       "gerrit.o-ran-sc.org/r/aiml-fw/awmf/modelmgmtservice/core"
+       "gerrit.o-ran-sc.org/r/aiml-fw/awmf/modelmgmtservice/logging"
        "github.com/gin-gonic/gin"
 )
 
index acac295..8313fcf 100644 (file)
@@ -25,7 +25,7 @@ import (
 
        "sync"
 
-       "example.com/mmes/logging"
+       "gerrit.o-ran-sc.org/r/aiml-fw/awmf/modelmgmtservice/logging"
        "github.com/aws/aws-sdk-go/aws"
        "github.com/aws/aws-sdk-go/aws/awserr"
        "github.com/aws/aws-sdk-go/aws/credentials"
diff --git a/go.mod b/go.mod
index 543ea46..c480608 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module example.com/mmes
+module gerrit.o-ran-sc.org/r/aiml-fw/awmf/modelmgmtservice
 
 go 1.21.3
 
diff --git a/main.go b/main.go
index b67444b..57e666f 100644 (file)
--- a/main.go
+++ b/main.go
@@ -18,8 +18,8 @@ limitations under the License.
 package main
 
 import (
-       "example.com/mmes/apis"
-       "example.com/mmes/logging"
+       "gerrit.o-ran-sc.org/r/aiml-fw/awmf/modelmgmtservice/apis"
+       "gerrit.o-ran-sc.org/r/aiml-fw/awmf/modelmgmtservice/logging"
 )
 
 func main() {