feat(deps): bump github.com/charmbracelet/bubbletea from 1.3.0 to 1.3.2 (#120)

Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 1.3.0 to 1.3.2.
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](https://github.com/charmbracelet/bubbletea/compare/v1.3.0...v1.3.2)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-02-11 10:12:53 +00:00
committed by GitHub
parent d9d6da71bc
commit 155e86038e
2 changed files with 9 additions and 9 deletions

6
go.mod
View File

@@ -6,7 +6,7 @@ toolchain go1.21.7
require (
github.com/charmbracelet/bubbles v0.20.0
github.com/charmbracelet/bubbletea v1.3.0
github.com/charmbracelet/bubbletea v1.3.2
github.com/charmbracelet/lipgloss v1.0.0
github.com/charmbracelet/x/exp/ordered v0.1.0
github.com/muesli/mango-cobra v1.2.0
@@ -39,7 +39,7 @@ require (
github.com/sahilm/fuzzy v0.1.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/toorop/go-dkim v0.0.0-20240103092955-90b7d1423f92 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.16.0 // indirect
)