summaryrefslogtreecommitdiff
path: root/internal/processing/report/get.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/report/get.go')
-rw-r--r--internal/processing/report/get.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/internal/processing/report/get.go b/internal/processing/report/get.go
index 2e3c1b2dc..136f09470 100644
--- a/internal/processing/report/get.go
+++ b/internal/processing/report/get.go
@@ -24,12 +24,12 @@ import (
"net/url"
"strconv"
- apimodel "github.com/superseriousbusiness/gotosocial/internal/api/model"
- apiutil "github.com/superseriousbusiness/gotosocial/internal/api/util"
- "github.com/superseriousbusiness/gotosocial/internal/db"
- "github.com/superseriousbusiness/gotosocial/internal/gtserror"
- "github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
- "github.com/superseriousbusiness/gotosocial/internal/paging"
+ apimodel "code.superseriousbusiness.org/gotosocial/internal/api/model"
+ apiutil "code.superseriousbusiness.org/gotosocial/internal/api/util"
+ "code.superseriousbusiness.org/gotosocial/internal/db"
+ "code.superseriousbusiness.org/gotosocial/internal/gtserror"
+ "code.superseriousbusiness.org/gotosocial/internal/gtsmodel"
+ "code.superseriousbusiness.org/gotosocial/internal/paging"
)
// Get returns the user view of a moderation report, with the given id.