refactor: move distro from internal to pkg

This commit is contained in:
2025-06-09 22:58:34 +03:00
parent 1cdab8dfed
commit 65ab4de561
17 changed files with 16 additions and 16 deletions

View File

@ -38,9 +38,9 @@ import (
"github.com/goreleaser/nfpm/v2/files"
"gitea.plemya-x.ru/Plemya-x/ALR/internal/cpu"
"gitea.plemya-x.ru/Plemya-x/ALR/internal/distro"
"gitea.plemya-x.ru/Plemya-x/ALR/internal/manager"
"gitea.plemya-x.ru/Plemya-x/ALR/internal/overrides"
"gitea.plemya-x.ru/Plemya-x/ALR/pkg/distro"
"gitea.plemya-x.ru/Plemya-x/ALR/pkg/types"
)