aboutsummaryrefslogtreecommitdiff
path: root/cmd/serv.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/serv.go')
-rw-r--r--cmd/serv.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/serv.go b/cmd/serv.go
index dd4c1217..e34e8b10 100644
--- a/cmd/serv.go
+++ b/cmd/serv.go
@@ -16,10 +16,10 @@ import (
"github.com/urfave/cli"
log "gopkg.in/clog.v1"
- "github.com/gogits/gogs/models"
- "github.com/gogits/gogs/models/errors"
- "github.com/gogits/gogs/pkg/setting"
- http "github.com/gogits/gogs/routes/repo"
+ "github.com/gogs/gogs/models"
+ "github.com/gogs/gogs/models/errors"
+ "github.com/gogs/gogs/pkg/setting"
+ http "github.com/gogs/gogs/routes/repo"
)
const (