mirror of
https://github.com/onsonr/motr.git
synced 2025-03-10 17:29:10 +00:00
refactor: migrate internal package imports to motr
This commit is contained in:
parent
fb99309e78
commit
927d798464
@ -5,8 +5,8 @@ package vault
|
||||
import (
|
||||
"github.com/labstack/echo/v4"
|
||||
echomiddleware "github.com/labstack/echo/v4/middleware"
|
||||
"github.com/onsonr/sonr/internal/config/motr"
|
||||
"github.com/onsonr/sonr/internal/database/motrorm"
|
||||
motr "github.com/onsonr/motr/internal/config"
|
||||
motrorm "github.com/onsonr/motr/internal/models"
|
||||
"github.com/onsonr/motr/pkg/context"
|
||||
)
|
||||
|
||||
|
8
main.go
8
main.go
@ -19,10 +19,10 @@ import (
|
||||
|
||||
_ "github.com/ncruces/go-sqlite3/driver"
|
||||
_ "github.com/ncruces/go-sqlite3/embed"
|
||||
"github.com/onsonr/sonr/internal/config/motr"
|
||||
"github.com/onsonr/sonr/internal/database/motrorm"
|
||||
sink "github.com/onsonr/sonr/internal/database/sink"
|
||||
vault "github.com/onsonr/sonr/vault"
|
||||
motr "github.com/onsonr/motr/internal/config"
|
||||
motrorm "github.com/onsonr/motr/internal/models"
|
||||
sink "github.com/onsonr/motr/internal/sink"
|
||||
vault "github.com/onsonr/motr/app"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Loading…
x
Reference in New Issue
Block a user