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

8
go.mod
View File

@@ -2,12 +2,14 @@ module github.com/akyaiy/GoSally-mvp
go 1.24.4
require github.com/go-chi/chi/v5 v5.2.2
require (
github.com/akyaiy/GoSally-mvp/config v0.0.0-20250622141207-5326dd45b694
github.com/akyaiy/GoSally-mvp/logs v0.0.0-20250622141207-5326dd45b694
github.com/go-chi/chi/v5 v5.2.2
)
require (
github.com/BurntSushi/toml v1.5.0 // indirect
github.com/akyaiy/GoSally-mvp/internal/config v0.0.0-20250622085654-213db0b8c73b
github.com/akyaiy/GoSally-mvp/internal/logs v0.0.0-20250622085654-213db0b8c73b
github.com/ilyakaznacheev/cleanenv v1.5.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect