-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deps): bump github.com/charmbracelet/bubbletea from 0.23.1 to 0.…
…24.0 (#377) * feat(deps): bump github.com/charmbracelet/bubbletea Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 0.23.1 to 0.24.0. - [Release notes](https://github.com/charmbracelet/bubbletea/releases) - [Commits](charmbracelet/bubbletea@v0.23.1...v0.24.0) --- updated-dependencies: - dependency-name: github.com/charmbracelet/bubbletea dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * feat: go 1.17 Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * feat(deps): bubbleta v0.24.1 Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
- Loading branch information
1 parent
25414a8
commit 6034e68
Showing
3 changed files
with
58 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,31 @@ | ||
module github.com/charmbracelet/bubbles | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/atotto/clipboard v0.1.4 | ||
github.com/charmbracelet/bubbletea v0.23.1 | ||
github.com/charmbracelet/bubbletea v0.24.1 | ||
github.com/charmbracelet/harmonica v0.2.0 | ||
github.com/charmbracelet/lipgloss v0.6.0 | ||
github.com/dustin/go-humanize v1.0.1 | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.2.0 | ||
github.com/mattn/go-runewidth v0.0.14 | ||
github.com/muesli/reflow v0.3.0 | ||
github.com/muesli/termenv v0.13.0 | ||
github.com/muesli/termenv v0.15.1 | ||
github.com/sahilm/fuzzy v0.1.0 | ||
) | ||
|
||
require ( | ||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect | ||
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/mattn/go-isatty v0.0.18 // indirect | ||
github.com/mattn/go-localereader v0.0.1 // indirect | ||
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect | ||
github.com/muesli/cancelreader v0.2.2 // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
golang.org/x/term v0.6.0 // indirect | ||
golang.org/x/text v0.3.8 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters