aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2020-09-06 21:53:33 +0200
committerGitHub <noreply@github.com>2020-09-06 20:53:33 +0100
commitf7b3e0602603fda5d8a9b8eb65e0975af7cbe3bc (patch)
tree51e69fc451b94a783590f9349cd2f0325e6231ee /go.mod
parent332dbe73935ba960d8769bfc20b8d275922e4137 (diff)
downloadgitea-f7b3e0602603fda5d8a9b8eb65e0975af7cbe3bc.tar.gz
gitea-f7b3e0602603fda5d8a9b8eb65e0975af7cbe3bc.zip
Fix Avatar Resize (resize algo NearestNeighbor -> Bilinear) (#12745)
* Update Vendor github.com/nfnt/resize * switch resize algo NearestNeighbor -> Bilinear
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 973f49ac01..ad1105eb38 100644
--- a/go.mod
+++ b/go.mod
@@ -73,7 +73,7 @@ require (
github.com/minio/minio-go/v7 v7.0.4
github.com/mitchellh/go-homedir v1.1.0
github.com/msteinert/pam v0.0.0-20151204160544-02ccfbfaf0cc
- github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5
+ github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/niklasfasching/go-org v1.3.2
github.com/oliamb/cutter v0.2.2
github.com/olivere/elastic/v7 v7.0.9