Add missing version & gogs package

This commit is contained in:
Matthias Loibl 2016-11-05 18:04:47 +01:00
parent 1f44b01e2a
commit 953c099428
2 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,8 @@ import (
"github.com/go-macaron/toolbox"
"github.com/go-xorm/xorm"
git "github.com/gogits/git-module"
gogs "github.com/gogits/go-gogs-client"
version "github.com/mcuadros/go-version"
"github.com/urfave/cli"
ini "gopkg.in/ini.v1"
macaron "gopkg.in/macaron.v1"

View File

@ -30,6 +30,7 @@ import (
"github.com/go-xorm/xorm"
git "github.com/gogits/git-module"
api "github.com/gogits/go-gogs-client"
version "github.com/mcuadros/go-version"
ini "gopkg.in/ini.v1"
)