Skip to content

Commit 9280db7

Browse files
deps: bump github.com/charmbracelet/bubbles from 0.21.1 to 1.0.0
Bumps [github.com/charmbracelet/bubbles](https://github.com/charmbracelet/bubbles) from 0.21.1 to 1.0.0. - [Release notes](https://github.com/charmbracelet/bubbles/releases) - [Commits](charmbracelet/bubbles@v0.21.1...v1.0.0) --- updated-dependencies: - dependency-name: github.com/charmbracelet/bubbles dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a350fb commit 9280db7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ go 1.25.0
44

55
require (
66
github.com/bep/debounce v1.2.1
7-
github.com/charmbracelet/bubbles v0.21.1
7+
github.com/charmbracelet/bubbles v1.0.0
88
github.com/charmbracelet/bubbletea v1.3.10
99
github.com/charmbracelet/lipgloss v1.1.0
1010
github.com/evertras/bubble-table v0.19.2
1111
github.com/gin-gonic/gin v1.11.0
1212
github.com/modelcontextprotocol/go-sdk v1.2.0
13+
github.com/muesli/termenv v0.16.0
1314
github.com/pkg/errors v0.9.1
1415
github.com/sirupsen/logrus v1.9.4
1516
github.com/spf13/cobra v1.10.2
@@ -34,7 +35,7 @@ require (
3435
github.com/bytedance/sonic/loader v0.3.0 // indirect
3536
github.com/chai2010/gettext-go v1.0.2 // indirect
3637
github.com/charmbracelet/colorprofile v0.4.1 // indirect
37-
github.com/charmbracelet/x/ansi v0.11.5 // indirect
38+
github.com/charmbracelet/x/ansi v0.11.6 // indirect
3839
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
3940
github.com/charmbracelet/x/term v0.2.2 // indirect
4041
github.com/clipperhouse/displaywidth v0.9.0 // indirect
@@ -85,7 +86,6 @@ require (
8586
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
8687
github.com/muesli/cancelreader v0.2.2 // indirect
8788
github.com/muesli/reflow v0.3.0 // indirect
88-
github.com/muesli/termenv v0.16.0 // indirect
8989
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
9090
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
9191
github.com/pelletier/go-toml/v2 v2.2.4 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ github.com/bytedance/sonic/loader v0.3.0 h1:dskwH8edlzNMctoruo8FPTJDF3vLtDT0sXZw
2020
github.com/bytedance/sonic/loader v0.3.0/go.mod h1:N8A3vUdtUebEY2/VQC0MyhYeKUFosQU6FxH2JmUe6VI=
2121
github.com/chai2010/gettext-go v1.0.2 h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk=
2222
github.com/chai2010/gettext-go v1.0.2/go.mod h1:y+wnP2cHYaVj19NZhYKAwEMH2CI1gNHeQQ+5AjwawxA=
23-
github.com/charmbracelet/bubbles v0.21.1 h1:nj0decPiixaZeL9diI4uzzQTkkz1kYY8+jgzCZXSmW0=
24-
github.com/charmbracelet/bubbles v0.21.1/go.mod h1:HHvIYRCpbkCJw2yo0vNX1O5loCwSr9/mWS8GYSg50Sk=
23+
github.com/charmbracelet/bubbles v1.0.0 h1:12J8/ak/uCZEMQ6KU7pcfwceyjLlWsDLAxB5fXonfvc=
24+
github.com/charmbracelet/bubbles v1.0.0/go.mod h1:9d/Zd5GdnauMI5ivUIVisuEm3ave1XwXtD1ckyV6r3E=
2525
github.com/charmbracelet/bubbletea v1.3.10 h1:otUDHWMMzQSB0Pkc87rm691KZ3SWa4KUlvF9nRvCICw=
2626
github.com/charmbracelet/bubbletea v1.3.10/go.mod h1:ORQfo0fk8U+po9VaNvnV95UPWA1BitP1E0N6xJPlHr4=
2727
github.com/charmbracelet/colorprofile v0.4.1 h1:a1lO03qTrSIRaK8c3JRxJDZOvhvIeSco3ej+ngLk1kk=
2828
github.com/charmbracelet/colorprofile v0.4.1/go.mod h1:U1d9Dljmdf9DLegaJ0nGZNJvoXAhayhmidOdcBwAvKk=
2929
github.com/charmbracelet/lipgloss v1.1.0 h1:vYXsiLHVkK7fp74RkV7b2kq9+zDLoEU4MZoFqR/noCY=
3030
github.com/charmbracelet/lipgloss v1.1.0/go.mod h1:/6Q8FR2o+kj8rz4Dq0zQc3vYf7X+B0binUUBwA0aL30=
31-
github.com/charmbracelet/x/ansi v0.11.5 h1:NBWeBpj/lJPE3Q5l+Lusa4+mH6v7487OP8K0r1IhRg4=
32-
github.com/charmbracelet/x/ansi v0.11.5/go.mod h1:2JNYLgQUsyqaiLovhU2Rv/pb8r6ydXKS3NIttu3VGZQ=
31+
github.com/charmbracelet/x/ansi v0.11.6 h1:GhV21SiDz/45W9AnV2R61xZMRri5NlLnl6CVF7ihZW8=
32+
github.com/charmbracelet/x/ansi v0.11.6/go.mod h1:2JNYLgQUsyqaiLovhU2Rv/pb8r6ydXKS3NIttu3VGZQ=
3333
github.com/charmbracelet/x/cellbuf v0.0.15 h1:ur3pZy0o6z/R7EylET877CBxaiE1Sp1GMxoFPAIztPI=
3434
github.com/charmbracelet/x/cellbuf v0.0.15/go.mod h1:J1YVbR7MUuEGIFPCaaZ96KDl5NoS0DAWkskup+mOY+Q=
3535
github.com/charmbracelet/x/term v0.2.2 h1:xVRT/S2ZcKdhhOuSP4t5cLi5o+JxklsoEObBSgfgZRk=

0 commit comments

Comments
 (0)