mirror of
https://codeberg.org/readeck/readeck.git
synced 2025-12-23 13:40:17 +00:00
Renamed the module to codeberg.org/readeck/readeck
This project was never on github in the first place, so there's no need to have yet another github namespace.
This commit is contained in:
@@ -7,9 +7,9 @@ import (
|
||||
"github.com/doug-martin/goqu/v9"
|
||||
"github.com/go-chi/chi/v5"
|
||||
|
||||
"github.com/readeck/readeck/internal/auth/users"
|
||||
"github.com/readeck/readeck/internal/server"
|
||||
"github.com/readeck/readeck/pkg/form"
|
||||
"codeberg.org/readeck/readeck/internal/auth/users"
|
||||
"codeberg.org/readeck/readeck/internal/server"
|
||||
"codeberg.org/readeck/readeck/pkg/form"
|
||||
)
|
||||
|
||||
// SetupRoutes mounts the routes for the auth domain.
|
||||
|
||||
Reference in New Issue
Block a user