Replace base module name from github.com/elyby/chrly to ely.by/chrly

This commit is contained in:
ErickSkrauch
2024-02-01 08:12:34 +01:00
parent 06afd17557
commit 11340289ad
29 changed files with 49 additions and 49 deletions

View File

@@ -3,8 +3,8 @@ package profiles
import (
"errors"
"github.com/elyby/chrly/internal/db"
"github.com/elyby/chrly/internal/mojang"
"ely.by/chrly/internal/db"
"ely.by/chrly/internal/mojang"
)
type ProfilesFinder interface {