Skip to content

Commit 52f5329

Browse files
authored
Update go.mod
1 parent cf60ec6 commit 52f5329

File tree

1 file changed

+3
-3
lines changed
  • hackerc/src/hackerc-help

1 file changed

+3
-3
lines changed

hackerc/src/hackerc-help/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module help-ui
33
go 1.22
44

55
require (
6-
github.com/charmbracelet/bubbletea v0.26.6
7-
github.com/charmbracelet/bubbles v0.18.3
8-
github.com/charmbracelet/lipgloss v0.12.0
6+
github.com/charmbracelet/bubbletea v1.3.6 // najnowsza stabilna v1 bubbletea :contentReference[oaicite:1]{index=1}
7+
github.com/charmbracelet/bubbles v0.21.0 // aktualizacja do v0.21.0 :contentReference[oaicite:2]{index=2}
8+
github.com/charmbracelet/lipgloss v0.12.0 // zostawione, jeśli działa z tą wersją bubbles
99
)

0 commit comments

Comments
 (0)