diff options
author | Thomas Fanninger <thomas@fanninger.at> | 2016-05-27 04:05:50 +0200 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-05-26 19:05:50 -0700 |
commit | 28c03f1147e4f3fbeaac7711d6f2adb5d7532c0a (patch) | |
tree | 22c90159f0ca61ba97d385b3d0f1eb6f8e4ba3e7 /.gopmfile | |
parent | 84d9aff8a236c02e30ee1607bd1f052d8c3cbb99 (diff) | |
download | gitea-28c03f1147e4f3fbeaac7711d6f2adb5d7532c0a.tar.gz gitea-28c03f1147e4f3fbeaac7711d6f2adb5d7532c0a.zip |
Update .gopmfile (#3133)
Build only work with the current master of the package. Otherwise, I get this error.
```
...
# github.com/gogits/gogs/routers/api/v1/convert
routers/api/v1/convert/convert.go:200: undefined: gogs.Team
routers/api/v1/convert/convert.go:201: undefined: gogs.Team
...
```
Diffstat (limited to '.gopmfile')
-rw-r--r-- | .gopmfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ github.com/go-xorm/xorm = commit:769f6b3 github.com/gogits/chardet = commit:2404f77 github.com/gogits/cron = commit:3abc0f8 github.com/gogits/git-module = commit:76e8cce -github.com/gogits/go-gogs-client = commit:788ec59 +github.com/gogits/go-gogs-client = commit:1da1834 github.com/issue9/identicon = commit:f8c0d2c github.com/kardianos/minwinsvc = commit:cad6b2b github.com/klauspost/compress = commit:006acde |