Skip to content

Commit

Permalink
chore: update cellbuf
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Oct 11, 2024
1 parent 2cddc5e commit 44bdaab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/charmbracelet/lipgloss v0.13.0
github.com/charmbracelet/x/ansi v0.3.2
github.com/charmbracelet/x/cellbuf v0.0.0-20241008173926-83b823219129
github.com/charmbracelet/x/cellbuf v0.0.0-20241010215208-31cafd58b07f
github.com/charmbracelet/x/term v0.2.0
github.com/charmbracelet/x/windows v0.2.0
github.com/muesli/cancelreader v0.2.2
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ github.com/charmbracelet/x/ansi v0.3.2 h1:wsEwgAN+C9U06l9dCVMX0/L3x7ptvY1qmjMwyf
github.com/charmbracelet/x/ansi v0.3.2/go.mod h1:dk73KoMTT5AX5BsX0KrqhsTqAnhZZoCBjs7dGWp4Ktw=
github.com/charmbracelet/x/cellbuf v0.0.0-20241008173926-83b823219129 h1:ji3LU0EGy6xjvSFZjIeZuhriYqA/Iy/shryVLbYAWVQ=
github.com/charmbracelet/x/cellbuf v0.0.0-20241008173926-83b823219129/go.mod h1:YIkHDHri4mY/TRfsZtYryGkAABZx12otLDkC0lju7HQ=
github.com/charmbracelet/x/cellbuf v0.0.0-20241010215208-31cafd58b07f h1:LTgQBQByGM2dJJh3aLk7/G03WOXkgrl1kEdbdHArSCY=
github.com/charmbracelet/x/cellbuf v0.0.0-20241010215208-31cafd58b07f/go.mod h1:YIkHDHri4mY/TRfsZtYryGkAABZx12otLDkC0lju7HQ=
github.com/charmbracelet/x/term v0.2.0 h1:cNB9Ot9q8I711MyZ7myUR5HFWL/lc3OpU8jZ4hwm0x0=
github.com/charmbracelet/x/term v0.2.0/go.mod h1:GVxgxAbjUrmpvIINHIQnJJKpMlHiZ4cktEQCN6GWyF0=
github.com/charmbracelet/x/wcwidth v0.0.0-20240910151828-580711411937 h1:uedm0silIB0T2oq5B7DmzIFK5uuzE11JGRGlLg0qd6w=
Expand Down

0 comments on commit 44bdaab

Please sign in to comment.