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

@@ -7,7 +7,7 @@ import (
"github.com/mediocregopher/radix/v4"
"github.com/elyby/chrly/internal/db"
"ely.by/chrly/internal/db"
)
const usernameToProfileKey = "hash:username-to-profile"

View File

@@ -15,7 +15,7 @@ import (
assert "github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"
"github.com/elyby/chrly/internal/db"
"ely.by/chrly/internal/db"
)
var redisAddr string