summaryrefslogtreecommitdiff
path: root/internal/cleaner/emoji_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cleaner/emoji_test.go')
-rw-r--r--internal/cleaner/emoji_test.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/cleaner/emoji_test.go b/internal/cleaner/emoji_test.go
index 30642a818..b789d2d5a 100644
--- a/internal/cleaner/emoji_test.go
+++ b/internal/cleaner/emoji_test.go
@@ -5,11 +5,11 @@ import (
"errors"
"time"
- "github.com/superseriousbusiness/gotosocial/internal/config"
- "github.com/superseriousbusiness/gotosocial/internal/db"
- "github.com/superseriousbusiness/gotosocial/internal/gtscontext"
- "github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
- "github.com/superseriousbusiness/gotosocial/internal/util"
+ "code.superseriousbusiness.org/gotosocial/internal/config"
+ "code.superseriousbusiness.org/gotosocial/internal/db"
+ "code.superseriousbusiness.org/gotosocial/internal/gtscontext"
+ "code.superseriousbusiness.org/gotosocial/internal/gtsmodel"
+ "code.superseriousbusiness.org/gotosocial/internal/util"
)
func copyMap(in map[string]*gtsmodel.Emoji) map[string]*gtsmodel.Emoji {