mirror of
https://github.com/onsonr/motr.git
synced 2025-03-10 17:29:10 +00:00
refactor: move config package to root
This commit is contained in:
parent
3c35582bc3
commit
80913ee7d3
@ -5,7 +5,7 @@ package vault
|
||||
import (
|
||||
"github.com/labstack/echo/v4"
|
||||
echomiddleware "github.com/labstack/echo/v4/middleware"
|
||||
motr "github.com/onsonr/motr/internal/config"
|
||||
motr "github.com/onsonr/motr/config"
|
||||
motrorm "github.com/onsonr/motr/internal/models"
|
||||
"github.com/onsonr/motr/pkg/context"
|
||||
)
|
||||
|
@ -20,7 +20,7 @@ import (
|
||||
_ "github.com/ncruces/go-sqlite3/driver"
|
||||
_ "github.com/ncruces/go-sqlite3/embed"
|
||||
vault "github.com/onsonr/motr/app"
|
||||
motr "github.com/onsonr/motr/internal/config"
|
||||
motr "github.com/onsonr/motr/config"
|
||||
motrorm "github.com/onsonr/motr/internal/models"
|
||||
sink "github.com/onsonr/motr/internal/sink"
|
||||
)
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"encoding/json"
|
||||
|
||||
"github.com/ipfs/boxo/files"
|
||||
motr "github.com/onsonr/motr/internal/config"
|
||||
motr "github.com/onsonr/motr/config"
|
||||
)
|
||||
|
||||
const SchemaVersion = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user