aboutsummaryrefslogtreecommitdiff
path: root/routes/repo/setting.go
diff options
context:
space:
mode:
Diffstat (limited to 'routes/repo/setting.go')
-rw-r--r--routes/repo/setting.go16
1 files changed, 8 insertions, 8 deletions
diff --git a/routes/repo/setting.go b/routes/repo/setting.go
index 328ed931..9015916b 100644
--- a/routes/repo/setting.go
+++ b/routes/repo/setting.go
@@ -10,17 +10,17 @@ import (
"strings"
"time"
- "github.com/Unknwon/com"
+ "github.com/unknwon/com"
"github.com/gogs/git-module"
log "gopkg.in/clog.v1"
- "github.com/gogs/gogs/models"
- "github.com/gogs/gogs/models/errors"
- "github.com/gogs/gogs/pkg/context"
- "github.com/gogs/gogs/pkg/form"
- "github.com/gogs/gogs/pkg/mailer"
- "github.com/gogs/gogs/pkg/setting"
- "github.com/gogs/gogs/pkg/tool"
+ "gogs.io/gogs/models"
+ "gogs.io/gogs/models/errors"
+ "gogs.io/gogs/pkg/context"
+ "gogs.io/gogs/pkg/form"
+ "gogs.io/gogs/pkg/mailer"
+ "gogs.io/gogs/pkg/setting"
+ "gogs.io/gogs/pkg/tool"
)
const (