Skip to content

Commit 0748577

Browse files
build(deps): bump github.com/charmbracelet/lipgloss from 1.0.0 to 1.1.0 (#5556)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
1 parent 161f1c3 commit 0748577

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

go.mod

+7-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/butuzov/mirror v1.3.0
3232
github.com/catenacyber/perfsprint v0.9.1
3333
github.com/charithe/durationcheck v0.0.10
34-
github.com/charmbracelet/lipgloss v1.0.0
34+
github.com/charmbracelet/lipgloss v1.1.0
3535
github.com/ckaznocha/intrange v0.3.0
3636
github.com/curioswitch/go-reassign v0.3.0
3737
github.com/daixiang0/gci v0.13.5
@@ -141,7 +141,10 @@ require (
141141
github.com/beorn7/perks v1.0.1 // indirect
142142
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
143143
github.com/cespare/xxhash/v2 v2.3.0 // indirect
144-
github.com/charmbracelet/x/ansi v0.4.2 // indirect
144+
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
145+
github.com/charmbracelet/x/ansi v0.8.0 // indirect
146+
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
147+
github.com/charmbracelet/x/term v0.2.1 // indirect
145148
github.com/chavacava/garif v0.1.0 // indirect
146149
github.com/dave/dst v0.27.3 // indirect
147150
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -174,7 +177,7 @@ require (
174177
github.com/mattn/go-runewidth v0.0.16 // indirect
175178
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
176179
github.com/mitchellh/mapstructure v1.5.0 // indirect
177-
github.com/muesli/termenv v0.15.2 // indirect
180+
github.com/muesli/termenv v0.16.0 // indirect
178181
github.com/olekukonko/tablewriter v0.0.5 // indirect
179182
github.com/pelletier/go-toml v1.9.5 // indirect
180183
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -196,6 +199,7 @@ require (
196199
github.com/tklauser/go-sysconf v0.3.12 // indirect
197200
github.com/tklauser/numcpus v0.6.1 // indirect
198201
github.com/valyala/bytebufferpool v1.0.0 // indirect
202+
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
199203
github.com/yusufpapurcu/wmi v1.2.4 // indirect
200204
go.uber.org/atomic v1.7.0 // indirect
201205
go.uber.org/multierr v1.6.0 // indirect

go.sum

+14-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)