Remove internal package references and update module dependencies

This commit is contained in:
alex
2025-06-22 17:14:56 +03:00
parent 5326dd45b6
commit 114fc82b90
3 changed files with 10 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/akyaiy/GoSally-mvp/config"
"github.com/akyaiy/GoSally-mvp/logs"
"github.com/akyaiy/GoSally-mvp/v1"
//"github.com/akyaiy/GoSally-mvp/v1"
"github.com/go-chi/chi/v5"
)