Skip to content

Commit

Permalink
chore(cellbuf): update colorprofile dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Jan 25, 2025
1 parent 6f3bcd3 commit 32bdbaa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions cellbuf/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/charmbracelet/x/cellbuf
go 1.18

require (
github.com/charmbracelet/colorprofile v0.1.9
github.com/charmbracelet/x/ansi v0.7.0
github.com/charmbracelet/colorprofile v0.1.10-0.20250125232710-602ea259b0c8
github.com/charmbracelet/x/ansi v0.7.1-0.20250125231001-6f3bcd3f0ebe
github.com/charmbracelet/x/term v0.2.1
github.com/mattn/go-runewidth v0.0.16
github.com/rivo/uniseg v0.4.7
Expand All @@ -13,5 +13,5 @@ require (
require (
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/sys v0.29.0 // indirect
)
12 changes: 6 additions & 6 deletions cellbuf/go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/charmbracelet/colorprofile v0.1.9 h1:5JnfvX+I9D6rRNu8xK3pgIqknaBVTXHU9pGu1jkZxLw=
github.com/charmbracelet/colorprofile v0.1.9/go.mod h1:+jpmObxZl1Dab3H3IMVIPSZTsKcFpjJUv97G0dLqM60=
github.com/charmbracelet/x/ansi v0.7.0 h1:/QfFmiXOGGwN6fRbzvQaYp7fu1pkxpZ3qFBZWBsP404=
github.com/charmbracelet/x/ansi v0.7.0/go.mod h1:KBUFw1la39nl0dLl10l5ORDAqGXaeurTQmwyyVKse/Q=
github.com/charmbracelet/colorprofile v0.1.10-0.20250125232710-602ea259b0c8 h1:vG6Rjlc1uOAefKeKKOOgUvfZpzOhZ3CRsrKEIKYMY9A=
github.com/charmbracelet/colorprofile v0.1.10-0.20250125232710-602ea259b0c8/go.mod h1:F6Bp9eJqNKFwPl00QmAqyEd89wzO8Hhvz+PMCrNp+HQ=
github.com/charmbracelet/x/ansi v0.7.1-0.20250125231001-6f3bcd3f0ebe h1:kjPvZEd/oDzhBm6G6ZVQB+eVFrrWB/hGbrNCfgerBnI=
github.com/charmbracelet/x/ansi v0.7.1-0.20250125231001-6f3bcd3f0ebe/go.mod h1:wdYl/ONOLHLIVmQaxbIYEC/cRKOQyjTkowiI4blgS9Q=
github.com/charmbracelet/x/term v0.2.1 h1:AQeHeLZ1OqSXhrAWpYUtZyX1T3zVxfpZuEQMIQaGIAQ=
github.com/charmbracelet/x/term v0.2.1/go.mod h1:oQ4enTYFV7QN4m0i9mzHrViD7TQKvNEEkHUMCmsxdUg=
github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=
Expand All @@ -14,5 +14,5 @@ github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUc
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e/go.mod h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM=
golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561 h1:MDc5xs78ZrZr3HMQugiXOAkSZtfTpbJLDr/lwfgO53E=
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s=
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=

0 comments on commit 32bdbaa

Please sign in to comment.