some changes

This commit is contained in:
2025-10-10 22:54:29 +03:00
parent 57f35e8f33
commit 4c840c40bb
25 changed files with 57 additions and 57 deletions

View File

@@ -17,8 +17,8 @@ import (
"golang.org/x/crypto/bcrypt"
"github.com/akyaiy/GoSally-mvp/internal/colors"
"github.com/akyaiy/GoSally-mvp/internal/server/rpc"
"github.com/akyaiy/GoSally-mvp/src/internal/colors"
"github.com/akyaiy/GoSally-mvp/src/internal/server/rpc"
lua "github.com/yuin/gopher-lua"
_ "modernc.org/sqlite"
)