diff options
Diffstat (limited to 'internal/api/client/user/user_test.go')
-rw-r--r-- | internal/api/client/user/user_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/user/user_test.go b/internal/api/client/user/user_test.go index fe420b5c9..76d95b2d9 100644 --- a/internal/api/client/user/user_test.go +++ b/internal/api/client/user/user_test.go @@ -19,7 +19,7 @@ package user_test import ( - "git.iim.gay/grufwub/go-store/kv" + "codeberg.org/gruf/go-store/kv" "github.com/stretchr/testify/suite" "github.com/superseriousbusiness/gotosocial/internal/api/client/user" "github.com/superseriousbusiness/gotosocial/internal/config" |