File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/134130/gh-cherry-pick
22
3- go 1.23
3+ go 1.25
44
55require (
66 github.com/briandowns/spinner v1.23.1
7+ github.com/charmbracelet/lipgloss v1.0.0
78 github.com/cli/safeexec v1.0.0
8- github.com/fatih/color v1.18.0
99)
1010
1111require (
1212 github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
13- github.com/charmbracelet/lipgloss v1.0.0 // indirect
1413 github.com/charmbracelet/x/ansi v0.4.2 // indirect
14+ github.com/fatih/color v1.18.0 // indirect
1515 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
1616 github.com/mattn/go-colorable v0.1.13 // indirect
1717 github.com/mattn/go-isatty v0.0.20 // indirect
Original file line number Diff line number Diff line change 11[tools ]
2- go = ' 1.23 '
2+ go = ' 1.25 '
33goreleaser = " latest"
44
55[tasks .release ]
You can’t perform that action at this time.
0 commit comments