diff options
author | 无闻 <u@gogs.io> | 2015-10-20 18:01:35 -0400 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2015-10-20 18:01:35 -0400 |
commit | d0c17adfead289dd8a98263c181570fb0bfe5495 (patch) | |
tree | 414c30ef6db8e94d304a72b5728e58b6a623cb6a | |
parent | 8fc8848ce2c76b71683f5f54caa4f22425923ffa (diff) | |
parent | 87c05c386f779aad585d0af6092b66968ad3a9a1 (diff) | |
download | gitea-d0c17adfead289dd8a98263c181570fb0bfe5495.tar.gz gitea-d0c17adfead289dd8a98263c181570fb0bfe5495.zip |
Merge pull request #1809 from likeit92/master
fix build error with PKGBUILD (archlinux)
-rw-r--r-- | .gopmfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ github.com/go-macaron/i18n = github.com/go-macaron/session = github.com/go-macaron/toolbox = github.com/klauspost/compress = +github.com/klauspost/crc32 = github.com/mattn/go-sqlite3 = commit:b808f01f66 github.com/mcuadros/go-version = commit:d52711f8d6 github.com/microcosm-cc/bluemonday = commit:85ba47ef2c |