diff options
author | Unknwon <u@gogs.io> | 2015-10-15 21:28:12 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-10-15 21:28:12 -0400 |
commit | 932dbccb6738b2894e4faafce4f834ef6803efc6 (patch) | |
tree | 14cd0a6cbce5906ce394491bd00e1f790be1dcc7 /.gopmfile | |
parent | a749e6adcf97d21e8fd64cdf92de52a1ada68f6d (diff) | |
download | gitea-932dbccb6738b2894e4faafce4f834ef6803efc6.tar.gz gitea-932dbccb6738b2894e4faafce4f834ef6803efc6.zip |
fix import path, fix #1782
Diffstat (limited to '.gopmfile')
-rw-r--r-- | .gopmfile | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -6,7 +6,6 @@ github.com/bradfitz/gomemcache = commit:72a68649ba github.com/Unknwon/cae = commit:2e70a1351b github.com/Unknwon/com = commit:47d7d2b81a github.com/Unknwon/i18n = commit:7457d88830 -github.com/Unknwon/macaron = commit:05317cffe5 github.com/Unknwon/paginater = commit:cab2d086fa github.com/codegangsta/cli = commit:142e6cd241 github.com/go-sql-driver/mysql = commit:527bcd55aa @@ -16,13 +15,15 @@ github.com/gogits/chardet = commit:2404f77725 github.com/gogits/go-gogs-client = commit:519eee0af0 github.com/issue9/identicon = github.com/lib/pq = commit:b269bd035a -github.com/macaron-contrib/binding = commit:1935a991f2 -github.com/macaron-contrib/cache = commit:a139ea1eee -github.com/macaron-contrib/captcha = commit:9a0a0b1468 -github.com/macaron-contrib/csrf = commit:98ddf5a710 -github.com/macaron-contrib/i18n = commit:da2b19e90b -github.com/macaron-contrib/session = commit:e48134e803 -github.com/macaron-contrib/toolbox = commit:acbfe36e16 +github.com/go-macaron/binding = +github.com/go-macaron/cache = +github.com/go-macaron/captcha = +github.com/go-macaron/csrf = +github.com/go-macaron/gzip = +github.com/go-macaron/i18n = +github.com/go-macaron/session = +github.com/go-macaron/toolbox = +github.com/klauspost/compress = github.com/mattn/go-sqlite3 = commit:b808f01f66 github.com/mcuadros/go-version = commit:d52711f8d6 github.com/microcosm-cc/bluemonday = commit:85ba47ef2c @@ -34,6 +35,7 @@ github.com/shurcooL/sanitized_anchor_name = commit:244f5ac324 golang.org/x/net = golang.org/x/text = gopkg.in/gomail.v2 = commit:b1e55520bf +gopkg.in/macaron.v1 = gopkg.in/ini.v1 = commit:e8c222fea7 gopkg.in/redis.v2 = commit:e617904962 |