diff options
Diffstat (limited to 'internal/util/paging.go')
| -rw-r--r-- | internal/util/paging.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/util/paging.go b/internal/util/paging.go index 190f40afd..712498313 100644 --- a/internal/util/paging.go +++ b/internal/util/paging.go @@ -22,9 +22,9 @@ import ( "net/url" "strings" - apimodel "github.com/superseriousbusiness/gotosocial/internal/api/model" - "github.com/superseriousbusiness/gotosocial/internal/config" - "github.com/superseriousbusiness/gotosocial/internal/gtserror" + apimodel "code.superseriousbusiness.org/gotosocial/internal/api/model" + "code.superseriousbusiness.org/gotosocial/internal/config" + "code.superseriousbusiness.org/gotosocial/internal/gtserror" ) // PageableResponseParams models the parameters to pass to PackagePageableResponse. |
