modify app to atom
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
package dao
|
package dao
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"app/container"
|
"atom/container"
|
||||||
"context"
|
"context"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"app/providers/config"
|
"atom/providers/config"
|
||||||
_ "app/providers/httpsvc"
|
_ "atom/providers/http"
|
||||||
_ "app/providers/logger"
|
_ "atom/providers/logger"
|
||||||
_ "app/providers/mysql"
|
_ "atom/providers/mysql"
|
||||||
|
|
||||||
"go.uber.org/dig"
|
"go.uber.org/dig"
|
||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
|
|||||||
Reference in New Issue
Block a user