📦 chore(mod): Go mod tidy
This commit is contained in:
parent
23cb9e1d89
commit
b2e01ebd60
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -3,6 +3,7 @@ module bartender
|
|||
go 1.23.1
|
||||
|
||||
require (
|
||||
github.com/charmbracelet/bubbles v0.20.0
|
||||
github.com/charmbracelet/bubbletea v1.1.0
|
||||
github.com/charmbracelet/lipgloss v0.13.0
|
||||
golang.org/x/term v0.24.0
|
||||
|
@ -11,7 +12,6 @@ require (
|
|||
|
||||
require (
|
||||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
||||
github.com/charmbracelet/bubbles v0.20.0 // indirect
|
||||
github.com/charmbracelet/x/ansi v0.2.3 // indirect
|
||||
github.com/charmbracelet/x/term v0.2.0 // indirect
|
||||
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
|
||||
|
|
Loading…
Reference in a new issue