chore: update module github.com/charmbracelet/bubbletea to v1.3.2

This commit is contained in:
Renovate Bot 2025-02-11 02:01:31 +00:00
parent 061755a08e
commit 380388956d
2 changed files with 9 additions and 9 deletions

6
go.mod
View file

@ -6,7 +6,7 @@ require (
git.smsvc.net/pomodoro/GoTomato v0.5.0
github.com/alecthomas/colour v0.1.0
github.com/charmbracelet/bubbles v0.20.0
github.com/charmbracelet/bubbletea v1.3.0
github.com/charmbracelet/bubbletea v1.3.2
github.com/charmbracelet/log v0.4.0
github.com/gen2brain/beeep v0.0.0-20240516210008-9c006672e7f4
github.com/gorilla/websocket v1.5.3
@ -35,8 +35,8 @@ require (
github.com/rivo/uniseg v0.4.7 // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // 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.3.8 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)