mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 15:12:26 +00:00
Update import paths to use the new config module; remove internal references
This commit is contained in:
@@ -5,9 +5,9 @@ import (
|
||||
"net/http"
|
||||
"regexp"
|
||||
|
||||
"github.com/akyaiy/GoSally-mvp/internal/config"
|
||||
"github.com/akyaiy/GoSally-mvp/internal/logs"
|
||||
"github.com/akyaiy/GoSally-mvp/internal/v1"
|
||||
"github.com/akyaiy/GoSally-mvp/config"
|
||||
"github.com/akyaiy/GoSally-mvp/logs"
|
||||
"github.com/akyaiy/GoSally-mvp/v1"
|
||||
|
||||
"github.com/go-chi/chi/v5"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user