Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Commit 2eff939

Browse files
build(deps): bump github.com/charmbracelet/lipgloss
Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.10.0 to 0.11.1. - [Release notes](https://github.com/charmbracelet/lipgloss/releases) - [Changelog](https://github.com/charmbracelet/lipgloss/blob/master/.goreleaser.yml) - [Commits](charmbracelet/lipgloss@v0.10.0...v0.11.1) --- updated-dependencies: - dependency-name: github.com/charmbracelet/lipgloss dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d10207 commit 2eff939

File tree

2 files changed

+22
-689
lines changed

2 files changed

+22
-689
lines changed

go.mod

+2-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/briandowns/spinner v1.23.0
1818
github.com/charmbracelet/bubbles v0.18.0
1919
github.com/charmbracelet/bubbletea v0.26.0
20-
github.com/charmbracelet/lipgloss v0.10.0
20+
github.com/charmbracelet/lipgloss v0.11.1
2121
github.com/elewis787/boa v0.1.2
2222
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
2323
github.com/mattn/go-colorable v0.1.13
@@ -34,18 +34,17 @@ require (
3434
)
3535

3636
require (
37-
github.com/alecthomas/chroma v0.10.0 // indirect
3837
github.com/alecthomas/chroma/v2 v2.13.0 // indirect
3938
github.com/atotto/clipboard v0.1.4 // indirect
4039
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
4140
github.com/aymerick/douceur v0.2.0 // indirect
4241
github.com/charmbracelet/glamour v0.7.0 // indirect
42+
github.com/charmbracelet/x/ansi v0.1.3 // indirect
4343
github.com/chzyer/readline v1.5.1 // indirect
4444
github.com/cli/browser v1.3.0 // indirect
4545
github.com/cli/oauth v1.0.1 // indirect
4646
github.com/cli/safeexec v1.0.1 // indirect
4747
github.com/cli/shurcooL-graphql v0.0.4 // indirect
48-
github.com/containerd/console v1.0.4 // indirect
4948
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5049
github.com/dlclark/regexp2 v1.11.0 // indirect
5150
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
@@ -91,7 +90,6 @@ require (
9190
github.com/sourcegraph/conc v0.3.0 // indirect
9291
github.com/spf13/afero v1.11.0 // indirect
9392
github.com/spf13/cast v1.6.0 // indirect
94-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
9593
github.com/spf13/pflag v1.0.5 // indirect
9694
github.com/stretchr/objx v0.5.2 // indirect
9795
github.com/stretchr/testify v1.9.0 // indirect
@@ -101,7 +99,6 @@ require (
10199
github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4 // indirect
102100
github.com/yuin/goldmark v1.7.1 // indirect
103101
github.com/yuin/goldmark-emoji v1.0.2 // indirect
104-
go.uber.org/atomic v1.11.0 // indirect
105102
go.uber.org/multierr v1.11.0 // indirect
106103
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
107104
golang.org/x/net v0.24.0 // indirect

0 commit comments

Comments
 (0)