Skip to content

Commit e612f61

Browse files
committed
fix(deps): update module github.com/charmbracelet/bubbletea to v1.3.10
1 parent f80baef commit e612f61

10 files changed

+16
-16
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.25.4
66

77
require (
88
github.com/charmbracelet/bubbles v0.21.0
9-
github.com/charmbracelet/bubbletea v1.3.6
9+
github.com/charmbracelet/bubbletea v1.3.10
1010
github.com/charmbracelet/lipgloss v1.1.0
1111
github.com/charmbracelet/log v0.4.2
1212
github.com/charmbracelet/x/exp/teatest v0.0.0-20250509021451-13796e822d86
@@ -69,7 +69,7 @@ require (
6969
github.com/chainguard-dev/git-urls v1.0.2 // indirect
7070
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
7171
github.com/charmbracelet/harmonica v0.2.0 // indirect
72-
github.com/charmbracelet/x/ansi v0.9.3 // indirect
72+
github.com/charmbracelet/x/ansi v0.10.1 // indirect
7373
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
7474
github.com/charmbracelet/x/exp/golden v0.0.0-20241212170349-ad4b7ae0f25f // indirect
7575
github.com/charmbracelet/x/term v0.2.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -702,8 +702,8 @@ github.com/chainguard-dev/git-urls v1.0.2 h1:pSpT7ifrpc5X55n4aTTm7FFUE+ZQHKiqpiw
702702
github.com/chainguard-dev/git-urls v1.0.2/go.mod h1:rbGgj10OS7UgZlbzdUQIQpT0k/D4+An04HJY7Ol+Y/o=
703703
github.com/charmbracelet/bubbles v0.21.0 h1:9TdC97SdRVg/1aaXNVWfFH3nnLAwOXr8Fn6u6mfQdFs=
704704
github.com/charmbracelet/bubbles v0.21.0/go.mod h1:HF+v6QUR4HkEpz62dx7ym2xc71/KBHg+zKwJtMw+qtg=
705-
github.com/charmbracelet/bubbletea v1.3.6 h1:VkHIxPJQeDt0aFJIsVxw8BQdh/F/L2KKZGsK6et5taU=
706-
github.com/charmbracelet/bubbletea v1.3.6/go.mod h1:oQD9VCRQFF8KplacJLo28/jofOI2ToOfGYeFgBBxHOc=
705+
github.com/charmbracelet/bubbletea v1.3.10 h1:otUDHWMMzQSB0Pkc87rm691KZ3SWa4KUlvF9nRvCICw=
706+
github.com/charmbracelet/bubbletea v1.3.10/go.mod h1:ORQfo0fk8U+po9VaNvnV95UPWA1BitP1E0N6xJPlHr4=
707707
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc h1:4pZI35227imm7yK2bGPcfpFEmuY1gc2YSTShr4iJBfs=
708708
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc/go.mod h1:X4/0JoqgTIPSFcRA/P6INZzIuyqdFY5rm8tb41s9okk=
709709
github.com/charmbracelet/harmonica v0.2.0 h1:8NxJWRWg/bzKqqEaaeFNipOu77YR5t8aSwG4pgaUBiQ=
@@ -712,8 +712,8 @@ github.com/charmbracelet/lipgloss v1.1.0 h1:vYXsiLHVkK7fp74RkV7b2kq9+zDLoEU4MZoF
712712
github.com/charmbracelet/lipgloss v1.1.0/go.mod h1:/6Q8FR2o+kj8rz4Dq0zQc3vYf7X+B0binUUBwA0aL30=
713713
github.com/charmbracelet/log v0.4.2 h1:hYt8Qj6a8yLnvR+h7MwsJv/XvmBJXiueUcI3cIxsyig=
714714
github.com/charmbracelet/log v0.4.2/go.mod h1:qifHGX/tc7eluv2R6pWIpyHDDrrb/AG71Pf2ysQu5nw=
715-
github.com/charmbracelet/x/ansi v0.9.3 h1:BXt5DHS/MKF+LjuK4huWrC6NCvHtexww7dMayh6GXd0=
716-
github.com/charmbracelet/x/ansi v0.9.3/go.mod h1:3RQDQ6lDnROptfpWuUVIUG64bD2g2BgntdxH0Ya5TeE=
715+
github.com/charmbracelet/x/ansi v0.10.1 h1:rL3Koar5XvX0pHGfovN03f5cxLbCF2YvLeyz7D2jVDQ=
716+
github.com/charmbracelet/x/ansi v0.10.1/go.mod h1:3RQDQ6lDnROptfpWuUVIUG64bD2g2BgntdxH0Ya5TeE=
717717
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd h1:vy0GVL4jeHEwG5YOXDmi86oYw2yuYUGqz6a8sLwg0X8=
718718
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd/go.mod h1:xe0nKWGd3eJgtqZRaN9RjMtK7xUYchjzPr7q6kcvCCs=
719719
github.com/charmbracelet/x/exp/golden v0.0.0-20241212170349-ad4b7ae0f25f h1:UytXHv0UxnsDFmL/7Z9Q5SBYPwSuRLXHbwx+6LycZ2w=

pkg/charttui/testdata/TestActionModel_Error.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
 
1+
 
22
test error
33

4-
[?2004l[?25h[?1002l[?1003l[?1006l
4+
[?2004l[?25h[?1002l[?1003l[?1006l

pkg/charttui/testdata/TestActionModel_Success.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
  
1+
  
22
Initialization complete. 
33

4-
[?2004l[?25h[?1002l[?1003l[?1006l
4+
[?2004l[?25h[?1002l[?1003l[?1006l

pkg/charttui/testdata/TestAddModel_Error.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
test error
33

4-
[?2004l[?25h[?1002l[?1003l[?1006l
4+
[?2004l[?25h[?1002l[?1003l[?1006l

pkg/charttui/testdata/TestAddModel_Success.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
Done! Added chart test. 
33

4-
[?2004l[?25h[?1002l[?1003l[?1006l
4+
[?2004l[?25h[?1002l[?1003l[?1006l

pkg/charttui/testdata/TestUpdateModel_MultipleSuccess.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
Done! Updated 2 charts. 
33

4-
[?2004l[?25h[?1002l[?1003l[?1006l
4+
[?2004l[?25h[?1002l[?1003l[?1006l

pkg/charttui/testdata/TestUpdateModel_MultipleWithError.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
test error
33

4-
[?2004l[?25h[?1002l[?1003l[?1006l
4+
[?2004l[?25h[?1002l[?1003l[?1006l

pkg/charttui/testdata/TestUpdateModel_OneError.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
test error
33

4-
[?2004l[?25h[?1002l[?1003l[?1006l
4+
[?2004l[?25h[?1002l[?1003l[?1006l

pkg/charttui/testdata/TestUpdateModel_OneSuccess.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
Done! Updated 1 charts. 
33

4-
[?2004l[?25h[?1002l[?1003l[?1006l
4+
[?2004l[?25h[?1002l[?1003l[?1006l

0 commit comments

Comments
 (0)