Skip to content

Commit 35f113e

Browse files
committed
go mod tidy
1 parent 5e2d490 commit 35f113e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ module github.com/github/gh-combine
22

33
go 1.22.0
44

5+
require github.com/briandowns/spinner v1.23.2
6+
57
require (
6-
github.com/briandowns/spinner v1.23.2 // indirect
78
github.com/fatih/color v1.7.0 // indirect
89
github.com/mattn/go-colorable v0.1.2 // indirect
910
github.com/mattn/go-isatty v0.0.8 // indirect

0 commit comments

Comments
 (0)