From 7c785a0d14285842e755707ab30694a9b8ca0b6a Mon Sep 17 00:00:00 2001 From: esimov Date: Wed, 28 Apr 2021 17:02:44 +0300 Subject: [PATCH] mod: update --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 18398f8..e8ea962 100644 --- a/go.mod +++ b/go.mod @@ -5,5 +5,5 @@ go 1.13 require ( github.com/fogleman/gg v1.0.0 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect - golang.org/x/image v0.0.0-20171214225156-12117c17ca67 // indirect + golang.org/x/image v0.0.0-20171214225156-12117c17ca67 )