diff options
author | fanningert <thomas@fanninger.at> | 2014-08-31 15:21:56 +0200 |
---|---|---|
committer | fanningert <thomas@fanninger.at> | 2014-08-31 15:21:56 +0200 |
commit | cc9a84b83a56d363d84ad83956731bf0c78d8087 (patch) | |
tree | 28d5546aca25abf64ad987ec5fff776784ee4cfa /.gopmfile | |
parent | ae2f4866d0da888f6ee0c5652e07d2eb063fc373 (diff) | |
download | gitea-cc9a84b83a56d363d84ad83956731bf0c78d8087.tar.gz gitea-cc9a84b83a56d363d84ad83956731bf0c78d8087.zip |
Add missing dependencies
Diffstat (limited to '.gopmfile')
-rw-r--r-- | .gopmfile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,8 @@ path = github.com/gogits/gogs [deps] code.google.com/p/mahonia = +github.com/beego/memcache = +github.com/beego/redigo = github.com/Unknwon/cae = github.com/Unknwon/com = github.com/Unknwon/goconfig = @@ -12,10 +14,13 @@ github.com/codegangsta/cli = github.com/go-sql-driver/mysql = github.com/go-xorm/core = github.com/go-xorm/xorm = +github.com/gogits/cache = github.com/gogits/gfm = github.com/gogits/git = github.com/gogits/oauth2 = +github.com/gogits/session = github.com/juju2013/goldap = +github.com/johnweldon/asn1-ber = github.com/lib/pq = github.com/macaron-contrib/cache = github.com/macaron-contrib/captcha = @@ -23,6 +28,7 @@ github.com/macaron-contrib/csrf = github.com/macaron-contrib/i18n = github.com/macaron-contrib/session = github.com/macaron-contrib/toolbox = +github.com/mattn/go-sqlite3 = github.com/nfnt/resize = github.com/saintfish/chardet = |