From: subhash kumar singh Date: Fri, 19 Jan 2024 11:21:21 +0000 (+0000) Subject: Change Module name X-Git-Tag: 2.0.0~9 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=7ffee9f2e529f1ea12f5d9af13db902de5b061c0;p=aiml-fw%2Fawmf%2Fmodelmgmtservice.git Change Module name 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 --- diff --git a/apis/mmes_apis.go b/apis/mmes_apis.go index 545c3f6..9e15b59 100644 --- a/apis/mmes_apis.go +++ b/apis/mmes_apis.go @@ -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" ) diff --git a/core/s3_manager.go b/core/s3_manager.go index acac295..8313fcf 100644 --- a/core/s3_manager.go +++ b/core/s3_manager.go @@ -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 --- 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 --- 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() {