From 610446273d84023bdb8717058b9f5140e55697ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 11:01:02 +0000 Subject: [PATCH] build(deps): bump github.com/charithe/durationcheck Bumps [github.com/charithe/durationcheck](https://github.com/charithe/durationcheck) from 0.0.10 to 0.0.11. - [Release notes](https://github.com/charithe/durationcheck/releases) - [Commits](https://github.com/charithe/durationcheck/compare/v0.0.10...v0.0.11) --- updated-dependencies: - dependency-name: github.com/charithe/durationcheck dependency-version: 0.0.11 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 9d1c947c3e4a..4e210d309ebb 100644 --- a/go.mod +++ b/go.mod @@ -34,7 +34,7 @@ require ( github.com/butuzov/ireturn v0.4.0 github.com/butuzov/mirror v1.3.0 github.com/catenacyber/perfsprint v0.10.0 - github.com/charithe/durationcheck v0.0.10 + github.com/charithe/durationcheck v0.0.11 github.com/charmbracelet/lipgloss v1.1.0 github.com/ckaznocha/intrange v0.3.1 github.com/curioswitch/go-reassign v0.3.0 diff --git a/go.sum b/go.sum index eb1d28fa6708..9df4abb2c106 100644 --- a/go.sum +++ b/go.sum @@ -125,8 +125,8 @@ github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XL github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs= github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= -github.com/charithe/durationcheck v0.0.10 h1:wgw73BiocdBDQPik+zcEoBG/ob8uyBHf2iyoHGPf5w4= -github.com/charithe/durationcheck v0.0.10/go.mod h1:bCWXb7gYRysD1CU3C+u4ceO49LoGOY1C1L6uouGNreQ= +github.com/charithe/durationcheck v0.0.11 h1:g1/EX1eIiKS57NTWsYtHDZ/APfeXKhye1DidBcABctk= +github.com/charithe/durationcheck v0.0.11/go.mod h1:x5iZaixRNl8ctbM+3B2RrPG5t856TxRyVQEnbIEM2X4= github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc h1:4pZI35227imm7yK2bGPcfpFEmuY1gc2YSTShr4iJBfs= github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc/go.mod h1:X4/0JoqgTIPSFcRA/P6INZzIuyqdFY5rm8tb41s9okk= github.com/charmbracelet/lipgloss v1.1.0 h1:vYXsiLHVkK7fp74RkV7b2kq9+zDLoEU4MZoFqR/noCY=