summaryrefslogtreecommitdiff
path: root/internal/web/domain-blocklist.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/web/domain-blocklist.go')
-rw-r--r--internal/web/domain-blocklist.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/web/domain-blocklist.go b/internal/web/domain-blocklist.go
index 309e629f2..34e23d899 100644
--- a/internal/web/domain-blocklist.go
+++ b/internal/web/domain-blocklist.go
@@ -21,11 +21,11 @@ import (
"context"
"fmt"
+ apimodel "code.superseriousbusiness.org/gotosocial/internal/api/model"
+ apiutil "code.superseriousbusiness.org/gotosocial/internal/api/util"
+ "code.superseriousbusiness.org/gotosocial/internal/config"
+ "code.superseriousbusiness.org/gotosocial/internal/gtserror"
"github.com/gin-gonic/gin"
- apimodel "github.com/superseriousbusiness/gotosocial/internal/api/model"
- apiutil "github.com/superseriousbusiness/gotosocial/internal/api/util"
- "github.com/superseriousbusiness/gotosocial/internal/config"
- "github.com/superseriousbusiness/gotosocial/internal/gtserror"
)
const (