From d9da2a4aec3d5e040914d506ad0a55439e6a0e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:26:40 +0000 Subject: [PATCH] chore(deps): bump github.com/charmbracelet/x/cellbuf in /vt (#349) Bumps [github.com/charmbracelet/x/cellbuf](https://github.com/charmbracelet/x) from 0.0.7 to 0.0.8. - [Release notes](https://github.com/charmbracelet/x/releases) - [Commits](https://github.com/charmbracelet/x/compare/cellbuf/v0.0.7...cellbuf/v0.0.8) --- updated-dependencies: - dependency-name: github.com/charmbracelet/x/cellbuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- vt/go.mod | 4 ++-- vt/go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/vt/go.mod b/vt/go.mod index 024e27c5..bd4f1b96 100644 --- a/vt/go.mod +++ b/vt/go.mod @@ -4,12 +4,12 @@ go 1.19 require ( github.com/charmbracelet/x/ansi v0.8.0 - github.com/charmbracelet/x/cellbuf v0.0.7 + github.com/charmbracelet/x/cellbuf v0.0.8 github.com/mattn/go-runewidth v0.0.16 ) require ( - github.com/charmbracelet/colorprofile v0.1.10 // indirect + github.com/charmbracelet/colorprofile v0.2.0 // indirect github.com/charmbracelet/x/term v0.2.1 // indirect github.com/lucasb-eyer/go-colorful v1.2.0 // indirect github.com/rivo/uniseg v0.4.7 // indirect diff --git a/vt/go.sum b/vt/go.sum index 8d59f5ab..bcf13e61 100644 --- a/vt/go.sum +++ b/vt/go.sum @@ -1,9 +1,9 @@ -github.com/charmbracelet/colorprofile v0.1.10 h1:k6jIGJg4bPWvHZqcoLjFxH1bm9uT28Ysxg8guonDJ1Y= -github.com/charmbracelet/colorprofile v0.1.10/go.mod h1:6wPrSSR4QtwYtOY3h0bLRw5YOUAIKWlZIJ02CTAsZsk= +github.com/charmbracelet/colorprofile v0.2.0 h1:iiIQlp3LSvoJPtR11KoDfIf9wqWm2mn/iU420rHOZ/A= +github.com/charmbracelet/colorprofile v0.2.0/go.mod h1:6wPrSSR4QtwYtOY3h0bLRw5YOUAIKWlZIJ02CTAsZsk= github.com/charmbracelet/x/ansi v0.8.0 h1:9GTq3xq9caJW8ZrBTe0LIe2fvfLR/bYXKTx2llXn7xE= github.com/charmbracelet/x/ansi v0.8.0/go.mod h1:wdYl/ONOLHLIVmQaxbIYEC/cRKOQyjTkowiI4blgS9Q= -github.com/charmbracelet/x/cellbuf v0.0.7 h1:u+ArcmMqOuY+f0rFGHzTJxALno2kJAPxK8u2PVo5YIQ= -github.com/charmbracelet/x/cellbuf v0.0.7/go.mod h1:WU1sKZkKCLaBjrRneV4AGFYygeFiGk5rFAKxqRyJuPE= +github.com/charmbracelet/x/cellbuf v0.0.8 h1:seFe/rierwnDBVmGWWnQj3vHqzQkGYzuJYfKEY48TqM= +github.com/charmbracelet/x/cellbuf v0.0.8/go.mod h1:dKfNBxLovpvzzxAP6/GZfs5eb7vNxHlUDnwGhRmvIdY= github.com/charmbracelet/x/term v0.2.1 h1:AQeHeLZ1OqSXhrAWpYUtZyX1T3zVxfpZuEQMIQaGIAQ= github.com/charmbracelet/x/term v0.2.1/go.mod h1:oQ4enTYFV7QN4m0i9mzHrViD7TQKvNEEkHUMCmsxdUg= github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=