Add missing version & gogs package
This commit is contained in:
parent
1f44b01e2a
commit
953c099428
2 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue