aboutsummaryrefslogtreecommitdiff
path: root/routes/admin/auths.go
diff options
context:
space:
mode:
Diffstat (limited to 'routes/admin/auths.go')
-rw-r--r--routes/admin/auths.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/routes/admin/auths.go b/routes/admin/auths.go
index 6837bace..36cdebf5 100644
--- a/routes/admin/auths.go
+++ b/routes/admin/auths.go
@@ -9,15 +9,15 @@ import (
"net/http"
"strings"
- "github.com/Unknwon/com"
- "github.com/go-xorm/core"
+ "github.com/unknwon/com"
+ "xorm.io/core"
log "gopkg.in/clog.v1"
- "github.com/gogs/gogs/models"
- "github.com/gogs/gogs/pkg/auth/ldap"
- "github.com/gogs/gogs/pkg/context"
- "github.com/gogs/gogs/pkg/form"
- "github.com/gogs/gogs/pkg/setting"
+ "gogs.io/gogs/models"
+ "gogs.io/gogs/pkg/auth/ldap"
+ "gogs.io/gogs/pkg/context"
+ "gogs.io/gogs/pkg/form"
+ "gogs.io/gogs/pkg/setting"
)
const (