chore: migrate to lipgloss/v2

This commit is contained in:
Pasha Sviderski
2026-03-10 18:54:34 +10:00
parent d5687cd713
commit 33fcb2fe74
12 changed files with 100 additions and 71 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"fmt"
"os"
"github.com/charmbracelet/lipgloss"
"charm.land/lipgloss/v2"
)
func PrintWarning(msg string) {