diff options
Diffstat (limited to 'cmd/hook.go')
-rw-r--r-- | cmd/hook.go | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/cmd/hook.go b/cmd/hook.go index 16ea6b64..ec60ac05 100644 --- a/cmd/hook.go +++ b/cmd/hook.go @@ -19,15 +19,15 @@ import ( "github.com/urfave/cli" log "gopkg.in/clog.v1" - "github.com/gogits/git-module" - - "github.com/gogits/gogs/models" - "github.com/gogits/gogs/models/errors" - "github.com/gogits/gogs/pkg/httplib" - "github.com/gogits/gogs/pkg/mailer" - "github.com/gogits/gogs/pkg/setting" - "github.com/gogits/gogs/pkg/template" - http "github.com/gogits/gogs/routes/repo" + "github.com/gogs/git-module" + + "github.com/gogs/gogs/models" + "github.com/gogs/gogs/models/errors" + "github.com/gogs/gogs/pkg/httplib" + "github.com/gogs/gogs/pkg/mailer" + "github.com/gogs/gogs/pkg/setting" + "github.com/gogs/gogs/pkg/template" + http "github.com/gogs/gogs/routes/repo" ) var ( |