From d3bb77211252793ee358fca7c009a246ffd193c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 14:34:11 +0000 Subject: [PATCH] build(deps): bump charm.land/lipgloss/v2 from 2.0.3 to 2.0.4 Bumps [charm.land/lipgloss/v2](https://github.com/charmbracelet/lipgloss) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/charmbracelet/lipgloss/releases) - [Commits](https://github.com/charmbracelet/lipgloss/compare/v2.0.3...v2.0.4) --- updated-dependencies: - dependency-name: charm.land/lipgloss/v2 dependency-version: 2.0.4 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 187063e..819140d 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/go-authgate/cli go 1.25.10 require ( - charm.land/lipgloss/v2 v2.0.3 + charm.land/lipgloss/v2 v2.0.4 github.com/appleboy/go-httpretry v0.13.0 github.com/go-authgate/sdk-go v0.13.0 github.com/google/uuid v1.6.0 diff --git a/go.sum b/go.sum index b28ed1d..3437a5f 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -charm.land/lipgloss/v2 v2.0.3 h1:yM2zJ4Cf5Y51b7RHIwioil4ApI/aypFXXVHSwlM6RzU= -charm.land/lipgloss/v2 v2.0.3/go.mod h1:7myLU9iG/3xluAWzpY/fSxYYHCgoKTie7laxk6ATwXA= +charm.land/lipgloss/v2 v2.0.4 h1:lcPeVtcp23SNra7lHy8iYE4UC2aIipVQ47sbGyyxR5Q= +charm.land/lipgloss/v2 v2.0.4/go.mod h1:0653x8epbZSzdDfO/XPS1a/uYPOBeSsCssOpJOqDzik= github.com/appleboy/go-httpretry v0.13.0 h1:8m1Q+Kkutr5v1AZVR00HkSHXvNZEJ84RXUryqvd/6MM= github.com/appleboy/go-httpretry v0.13.0/go.mod h1:M0EZ/bwBWvCo5eRjQBb+/CRNjYqBcZDcL252FqxiYR8= github.com/charmbracelet/colorprofile v0.4.3 h1:QPa1IWkYI+AOB+fE+mg/5/4HRMZcaXex9t5KX76i20Q=