refactor: reorder imports for better readability

This commit is contained in:
Prad Nukala 2025-01-04 20:56:24 -05:00
parent 6f5acfd608
commit 958558e0fb

View File

@ -19,10 +19,10 @@ 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"
motrorm "github.com/onsonr/motr/internal/models"
sink "github.com/onsonr/motr/internal/sink"
vault "github.com/onsonr/motr/app"
)
var (