Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dashboard/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/santifer/career-ops/dashboard
go 1.24.2

require (
github.com/charmbracelet/bubbletea v1.3.10
github.com/charmbracelet/lipgloss v1.1.0
github.com/charmbracelet/bubbletea/v2 v2.0.6
github.com/charmbracelet/lipgloss/v2 v2.0.3
github.com/charmbracelet/x/ansi v0.11.7
github.com/muesli/termenv v0.16.0
)
Expand Down
Loading