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>
"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"
)
"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"
-module example.com/mmes
+module gerrit.o-ran-sc.org/r/aiml-fw/awmf/modelmgmtservice
go 1.21.3
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() {