aboutsummaryrefslogtreecommitdiff
path: root/routes/home.go
diff options
context:
space:
mode:
Diffstat (limited to 'routes/home.go')
-rw-r--r--routes/home.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/routes/home.go b/routes/home.go
index 9835b556..e7a6e607 100644
--- a/routes/home.go
+++ b/routes/home.go
@@ -5,12 +5,12 @@
package routes
import (
- "github.com/Unknwon/paginater"
+ "github.com/unknwon/paginater"
- "github.com/gogs/gogs/models"
- "github.com/gogs/gogs/pkg/context"
- "github.com/gogs/gogs/pkg/setting"
- "github.com/gogs/gogs/routes/user"
+ "gogs.io/gogs/models"
+ "gogs.io/gogs/pkg/context"
+ "gogs.io/gogs/pkg/setting"
+ "gogs.io/gogs/routes/user"
)
const (