diff options
Diffstat (limited to 'routes/repo/release.go')
-rw-r--r-- | routes/repo/release.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/routes/repo/release.go b/routes/repo/release.go index 86dfe6f7..5fdb9eaa 100644 --- a/routes/repo/release.go +++ b/routes/repo/release.go @@ -10,11 +10,11 @@ import ( log "gopkg.in/clog.v1" - "github.com/gogits/gogs/models" - "github.com/gogits/gogs/pkg/context" - "github.com/gogits/gogs/pkg/form" - "github.com/gogits/gogs/pkg/markup" - "github.com/gogits/gogs/pkg/setting" + "github.com/gogs/gogs/models" + "github.com/gogs/gogs/pkg/context" + "github.com/gogs/gogs/pkg/form" + "github.com/gogs/gogs/pkg/markup" + "github.com/gogs/gogs/pkg/setting" ) const ( |