We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06cfa96 commit a756781Copy full SHA for a756781
1 file changed
go.mod
@@ -6,6 +6,7 @@ require (
6
charm.land/bubbles/v2 v2.0.0
7
charm.land/huh/v2 v2.0.3
8
charm.land/lipgloss/v2 v2.0.1
9
+ github.com/charmbracelet/colorprofile v0.4.2
10
github.com/goccy/go-yaml v1.19.2
11
github.com/pelletier/go-toml/v2 v2.2.4
12
github.com/tidwall/sjson v1.2.5
@@ -17,7 +18,6 @@ require (
17
18
charm.land/bubbletea/v2 v2.0.2 // indirect
19
github.com/atotto/clipboard v0.1.4 // indirect
20
github.com/catppuccin/go v0.3.0 // indirect
- github.com/charmbracelet/colorprofile v0.4.2 // indirect
21
github.com/charmbracelet/ultraviolet v0.0.0-20260205113103-524a6607adb8 // indirect
22
github.com/charmbracelet/x/ansi v0.11.6 // indirect
23
github.com/charmbracelet/x/exp/ordered v0.1.0 // indirect
0 commit comments