We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53bc7a commit 0c08844Copy full SHA for 0c08844
1 file changed
go.mod
@@ -3,6 +3,7 @@ module github.com/github/gh-stack
3
go 1.25.7
4
5
require (
6
+ github.com/AlecAivazis/survey/v2 v2.3.7
7
github.com/charmbracelet/bubbles v0.21.1-0.20250623103423-23b8fd6302d7
8
github.com/charmbracelet/bubbletea v1.3.10
9
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
@@ -16,7 +17,6 @@ require (
16
17
)
18
19
- github.com/AlecAivazis/survey/v2 v2.3.7 // indirect
20
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
21
github.com/charmbracelet/colorprofile v0.3.1 // indirect
22
github.com/charmbracelet/x/ansi v0.10.2 // indirect
0 commit comments