Commit Graph

4 Commits (ba20dd7a7b59157d9232de7dfa99a23b0fb0d2aa)

Author SHA1 Message Date
6543 f7b3e06026
Fix Avatar Resize (resize algo NearestNeighbor -> Bilinear) ()
* Update Vendor github.com/nfnt/resize

* switch resize algo NearestNeighbor -> Bilinear
Mura Li d77176912b Use Go1.11 module ()
* Migrate to go modules

* make vendor

* Update mvdan.cc/xurls

* make vendor

* Update code.gitea.io/git

* make fmt-check

* Update github.com/go-sql-driver/mysql

* make vendor
Antoine GIRARD 3f3383dc0a Migrate to dep ()
* Update makefile to use dep

* Migrate to dep

* Fix some deps

* Try to find a better version for golang.org/x/net

* Try to find a better version for golang.org/x/oauth2
Thomas Boerger 1ebb35b988
Added all required dependencies