diff --git a/core/main.go b/core/main.go index b491036f6..962b9a62b 100644 --- a/core/main.go +++ b/core/main.go @@ -7,9 +7,9 @@ import ( "github.com/mesg-foundation/core/config" "github.com/mesg-foundation/core/container" "github.com/mesg-foundation/core/database" - "github.com/mesg-foundation/core/interface/grpc" "github.com/mesg-foundation/core/logger" "github.com/mesg-foundation/core/sdk" + "github.com/mesg-foundation/core/server/grpc" "github.com/mesg-foundation/core/service/manager/dockermanager" "github.com/mesg-foundation/core/version" "github.com/mesg-foundation/core/x/xerrors"