We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2d490 commit 35f113eCopy full SHA for 35f113e
go.mod
@@ -2,8 +2,9 @@ module github.com/github/gh-combine
2
3
go 1.22.0
4
5
+require github.com/briandowns/spinner v1.23.2
6
+
7
require (
- github.com/briandowns/spinner v1.23.2 // indirect
8
github.com/fatih/color v1.7.0 // indirect
9
github.com/mattn/go-colorable v0.1.2 // indirect
10
github.com/mattn/go-isatty v0.0.8 // indirect
0 commit comments