chore: set correct go module

This commit is contained in:
2025-01-18 20:01:09 +03:00
parent e497d41030
commit c85a138e8d
44 changed files with 139 additions and 139 deletions

View File

@ -24,7 +24,7 @@ import (
"os"
"path/filepath"
"plemya-x.ru/alr/internal/config"
"gitea.plemya-x.ru/Plemya-x/ALR/internal/config"
)
type Config interface {

View File

@ -28,8 +28,8 @@ import (
"path/filepath"
"testing"
"plemya-x.ru/alr/internal/config"
"plemya-x.ru/alr/internal/dlcache"
"gitea.plemya-x.ru/Plemya-x/ALR/internal/config"
"gitea.plemya-x.ru/Plemya-x/ALR/internal/dlcache"
)
func init() {