Skip to content

Commit 4b7c2d1

Browse files
committed
go mod tidy
1 parent bd1e055 commit 4b7c2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require (
66
github.com/charmbracelet/bubbles v0.15.0
77
github.com/charmbracelet/bubbletea v0.23.2
88
github.com/charmbracelet/lipgloss v0.7.1
9+
github.com/mattn/go-runewidth v0.0.14
910
github.com/spf13/cobra v1.7.0
1011
github.com/stretchr/testify v1.8.2
1112
golang.org/x/sync v0.1.0
@@ -20,7 +21,6 @@ require (
2021
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
2122
github.com/mattn/go-isatty v0.0.17 // indirect
2223
github.com/mattn/go-localereader v0.0.1 // indirect
23-
github.com/mattn/go-runewidth v0.0.14 // indirect
2424
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
2525
github.com/muesli/cancelreader v0.2.2 // indirect
2626
github.com/muesli/reflow v0.3.0 // indirect

0 commit comments

Comments
 (0)