go.*: update golang.org/x/image

For the font fix: https://go-review.googlesource.com/c/image/+/237900

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-06-18 14:38:15 +02:00
parent dd225d5d07
commit 7f836fa627
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ go 1.13
require (
golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
golang.org/x/image v0.0.0-20200618115811-c13761719519
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
)