mirror of
https://github.com/elyby/chrly.git
synced 2025-05-31 14:11:51 +05:30
Replace base module name from github.com/elyby/chrly to ely.by/chrly
This commit is contained in:
@@ -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"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user