Skip to content

Commit

Permalink
Go mod tidy.
Browse files Browse the repository at this point in the history
  • Loading branch information
janderland committed Oct 27, 2023
1 parent 0e7f371 commit 1beff52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require (
github.com/charmbracelet/bubbles v0.15.0
github.com/charmbracelet/bubbletea v0.24.0
github.com/charmbracelet/lipgloss v0.7.1
github.com/mattn/go-runewidth v0.0.14
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.21.0
github.com/spf13/cobra v1.3.0
Expand All @@ -23,7 +24,6 @@ require (
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
github.com/muesli/reflow v0.3.0 // indirect
Expand Down

0 comments on commit 1beff52

Please sign in to comment.