From d5f70ad5113ba743836edd0b7c6e4f9154defbce Mon Sep 17 00:00:00 2001 From: makeworld Date: Tue, 20 Dec 2022 14:42:30 -0500 Subject: [PATCH] Use weighted branch of dither lib See https://github.com/makeworld-the-better-one/didder/issues/14 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7c5bf7d..fd23c8e 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.16 require ( github.com/disintegration/imaging v1.6.2 - github.com/makeworld-the-better-one/dither/v2 v2.2.0 + github.com/makeworld-the-better-one/dither/v2 v2.2.1-0.20221220193941-bf4ee79d7e61 github.com/urfave/cli/v2 v2.3.0 golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb ) diff --git a/go.sum b/go.sum index 40fe363..2412a4a 100644 --- a/go.sum +++ b/go.sum @@ -5,8 +5,8 @@ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/disintegration/imaging v1.6.2 h1:w1LecBlG2Lnp8B3jk5zSuNqd7b4DXhcjwek1ei82L+c= github.com/disintegration/imaging v1.6.2/go.mod h1:44/5580QXChDfwIclfc/PCwrr44amcmDAg8hxG0Ewe4= -github.com/makeworld-the-better-one/dither/v2 v2.2.0 h1:VTMAiyyO1YIO07fZwuLNZZasJgKUmvsIA48ze3ALHPQ= -github.com/makeworld-the-better-one/dither/v2 v2.2.0/go.mod h1:VBtN8DXO7SNtyGmLiGA7IsFeKrBkQPze1/iAeM95arc= +github.com/makeworld-the-better-one/dither/v2 v2.2.1-0.20221220193941-bf4ee79d7e61 h1:l2aUzxxYHRyaF0tqo8cTWmWUEbguME6acYsc17pO/FY= +github.com/makeworld-the-better-one/dither/v2 v2.2.1-0.20221220193941-bf4ee79d7e61/go.mod h1:VBtN8DXO7SNtyGmLiGA7IsFeKrBkQPze1/iAeM95arc= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/russross/blackfriday/v2 v2.0.1 h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q=