From 681f349cb20e2e16192cdaf3d8e4a4453f6c4899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:13:16 +0000 Subject: [PATCH] Bump github.com/mattn/go-sixel from 0.0.5 to 0.0.11 in the patch group Bumps the patch group with 1 update: [github.com/mattn/go-sixel](https://github.com/mattn/go-sixel). Updates `github.com/mattn/go-sixel` from 0.0.5 to 0.0.11 - [Commits](https://github.com/mattn/go-sixel/compare/v0.0.5...v0.0.11) --- updated-dependencies: - dependency-name: github.com/mattn/go-sixel dependency-version: 0.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index dd389f1..bcd66a9 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/Doarakko/draw -go 1.19 +go 1.24.0 -require github.com/mattn/go-sixel v0.0.5 +require github.com/mattn/go-sixel v0.0.11 require github.com/soniakeys/quant v1.0.0 // indirect diff --git a/go.sum b/go.sum index aa0f352..ecee54d 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -github.com/mattn/go-sixel v0.0.5 h1:55w2FR5ncuhKhXrM5ly1eiqMQfZsnAHIpYNGZX03Cv8= -github.com/mattn/go-sixel v0.0.5/go.mod h1:h2Sss+DiUEHy0pUqcIB6PFXo5Cy8sTQEFr3a9/5ZLNw= +github.com/mattn/go-sixel v0.0.11 h1:+1qa839dVz5UxA0w/gQBbC1+5hb1b6DSAidf+caN63s= +github.com/mattn/go-sixel v0.0.11/go.mod h1:UzxovwVMmjEBx5ui3fav05lfRkxNiaLLDJuOkanrVOI= github.com/soniakeys/quant v1.0.0 h1:N1um9ktjbkZVcywBVAAYpZYSHxEfJGzshHCxx/DaI0Y= github.com/soniakeys/quant v1.0.0/go.mod h1:HI1k023QuVbD4H8i9YdfZP2munIHU4QpjsImz6Y6zds=