Skip to content

Commit 0c08844

Browse files
committed
clean up go.mod
1 parent b53bc7a commit 0c08844

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/github/gh-stack
33
go 1.25.7
44

55
require (
6+
github.com/AlecAivazis/survey/v2 v2.3.7
67
github.com/charmbracelet/bubbles v0.21.1-0.20250623103423-23b8fd6302d7
78
github.com/charmbracelet/bubbletea v1.3.10
89
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
@@ -16,7 +17,6 @@ require (
1617
)
1718

1819
require (
19-
github.com/AlecAivazis/survey/v2 v2.3.7 // indirect
2020
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
2121
github.com/charmbracelet/colorprofile v0.3.1 // indirect
2222
github.com/charmbracelet/x/ansi v0.10.2 // indirect

0 commit comments

Comments
 (0)