From a4deeae1a1d85556fcd7bb377cd33a1042d16d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:02:23 +0000 Subject: [PATCH] chore(deps): bump github.com/charmbracelet/bubbletea/v2 Bumps [github.com/charmbracelet/bubbletea/v2](https://github.com/charmbracelet/bubbletea) from 2.0.0-20240918154035-3313a4cfa033 to 2.0.0-alpha.1. - [Release notes](https://github.com/charmbracelet/bubbletea/releases) - [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml) - [Commits](https://github.com/charmbracelet/bubbletea/commits/v2.0.0-alpha.1) --- updated-dependencies: - dependency-name: github.com/charmbracelet/bubbletea/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- exp/teatest/v2/go.mod | 2 +- exp/teatest/v2/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/exp/teatest/v2/go.mod b/exp/teatest/v2/go.mod index e757b505..d978c6d2 100644 --- a/exp/teatest/v2/go.mod +++ b/exp/teatest/v2/go.mod @@ -3,7 +3,7 @@ module github.com/charmbracelet/x/exp/teatest/v2 go 1.19 require ( - github.com/charmbracelet/bubbletea/v2 v2.0.0-20240918154035-3313a4cfa033 + github.com/charmbracelet/bubbletea/v2 v2.0.0-alpha.1 github.com/charmbracelet/x/exp/golden v0.0.0-20240806155701-69247e0abc2a ) diff --git a/exp/teatest/v2/go.sum b/exp/teatest/v2/go.sum index 90c231ab..41c5d247 100644 --- a/exp/teatest/v2/go.sum +++ b/exp/teatest/v2/go.sum @@ -2,8 +2,8 @@ github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiE github.com/aymanbagabas/go-osc52/v2 v2.0.1/go.mod h1:uYgXzlJ7ZpABp8OJ+exZzJJhRNQ2ASbcXHWsFqH8hp8= github.com/aymanbagabas/go-udiff v0.2.0 h1:TK0fH4MteXUDspT88n8CKzvK0X9O2xu9yQjWpi6yML8= github.com/aymanbagabas/go-udiff v0.2.0/go.mod h1:RE4Ex0qsGkTAJoQdQQCA0uG+nAzJO/pI/QwceO5fgrA= -github.com/charmbracelet/bubbletea/v2 v2.0.0-20240918154035-3313a4cfa033 h1:eEQ1R5wHOfU53qifp4eNlRPfDwRcVGXmJVsBTpbr92Y= -github.com/charmbracelet/bubbletea/v2 v2.0.0-20240918154035-3313a4cfa033/go.mod h1:j0gn4ft5CE7NDYNZjAA3hBM8t2OPjI8urxuAD0oR4w8= +github.com/charmbracelet/bubbletea/v2 v2.0.0-alpha.1 h1:OZtpLCsuuPplC+1oyUo+/eAN7e9MC2UyZWKlKrVlUnw= +github.com/charmbracelet/bubbletea/v2 v2.0.0-alpha.1/go.mod h1:j0gn4ft5CE7NDYNZjAA3hBM8t2OPjI8urxuAD0oR4w8= github.com/charmbracelet/lipgloss v0.13.0 h1:4X3PPeoWEDCMvzDvGmTajSyYPcZM4+y8sCA/SsA3cjw= github.com/charmbracelet/lipgloss v0.13.0/go.mod h1:nw4zy0SBX/F/eAO1cWdcvy6qnkDUxr8Lw7dvFrAIbbY= github.com/charmbracelet/x/ansi v0.3.2 h1:wsEwgAN+C9U06l9dCVMX0/L3x7ptvY1qmjMwyfE6USY=