From a6f8e1291f06711dd1b9cb055b71be09c0d8f0a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:22:59 +0000 Subject: [PATCH] chore(deps): bump github.com/SCKelemen/color from 1.0.0 to 1.0.1 Bumps [github.com/SCKelemen/color](https://github.com/SCKelemen/color) from 1.0.0 to 1.0.1. - [Commits](https://github.com/SCKelemen/color/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: github.com/SCKelemen/color dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7f152af..dcf0465 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.25.4 require ( // SCKelemen foundation libraries - github.com/SCKelemen/color v1.0.0 + github.com/SCKelemen/color v1.0.1 github.com/SCKelemen/design-system v0.1.0 // SCKelemen rendering stack diff --git a/go.sum b/go.sum index f2725e7..63b8afb 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/SCKelemen/color v1.0.0 h1:g9XllQGiCY6lszXfR0GNT1kzJdXTxcxSLP+O9OCju+k= -github.com/SCKelemen/color v1.0.0/go.mod h1:G6Yw9w05iV24jPUasYWh80LLssKu2IHu3n4rIHO1dgU= +github.com/SCKelemen/color v1.0.1 h1:YsgzPivDv+0e5iqJTLDZJdsARkck/U5PsznW8Uo7l2Q= +github.com/SCKelemen/color v1.0.1/go.mod h1:JVZTbHp/JezrHeHtG8McalLtcXqs7YqN8V/phRnZdTM= github.com/SCKelemen/design-system v0.1.0 h1:qKFA11c/1j7mGZXPy5MhJ4/nTWnSJtGvsW2lxxO4jAI= github.com/SCKelemen/design-system v0.1.0/go.mod h1:tWG8L3keowF07/msfLMPASYuOXxS2BWkDLNhLq7JhnA= github.com/SCKelemen/layout v1.1.0 h1:mxc755/HZkaBV5pT4MjzURfYkG2fDPyqqdiAOh1L8XM=