Update import paths to use the new config module; remove internal references

This commit is contained in:
alex
2025-06-22 17:12:07 +03:00
parent 27bda702bd
commit 5326dd45b6
4 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ module github.com/akyaiy/GoSally-mvp/v1
go 1.24.4
require (
github.com/akyaiy/GoSally-mvp/internal/config v0.0.0-20250622140114-c15e6c5b1592
github.com/akyaiy/GoSally-mvp/config v0.0.0-20250622140947-27bda702bda3
github.com/go-chi/chi/v5 v5.2.2
github.com/yuin/gopher-lua v1.1.1
)