File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1010 strategy :
1111 matrix :
1212 os : [ubuntu-latest, macOS-latest, windows-latest]
13- go : ['1.23 .0', '1.24.x']
13+ go : ['1.25 .0', '1.24.x']
1414
1515 steps :
1616
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ module github.com/issue9/term/v3
22
33require (
44 github.com/issue9/assert/v4 v4.3.1
5- github.com/issue9/errwrap v0.3.2
6- golang.org/x/sys v0.33 .0
5+ github.com/issue9/errwrap v0.3.3
6+ golang.org/x/sys v0.36 .0
77)
88
9- go 1.23 .0
9+ go 1.24 .0
Original file line number Diff line number Diff line change 11github.com/issue9/assert/v4 v4.3.1 h1:dHYODk1yV7j/1baIB6K6UggI4r1Hfuljqic7PaDbwLg =
22github.com/issue9/assert/v4 v4.3.1 /go.mod h1:v7qDRXi7AsaZZNh8eAK2rkLJg5/clztqQGA1DRv9Lv4 =
3- github.com/issue9/errwrap v0.3.2 h1:7KEme9Pfe75M+sIMcPCn/DV90wjnOcRbO4DXVAHj3Fw =
4- github.com/issue9/errwrap v0.3.2 /go.mod h1:KcCLuUGiffjooLCUjL89r1cyO8/HT/VRcQrneO53N3A =
5- golang.org/x/sys v0.33 .0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw =
6- golang.org/x/sys v0.33 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
3+ github.com/issue9/errwrap v0.3.3 h1:qYkdgqni0sdvbaLgVdJxNxrnpFmM6u9Wm/W9iE5mVzI =
4+ github.com/issue9/errwrap v0.3.3 /go.mod h1:I3pMMJix+2LvmJlbPXomej4eLKgJa/f2Xci3HFXlF7Q =
5+ golang.org/x/sys v0.36 .0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k =
6+ golang.org/x/sys v0.36 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
You can’t perform that action at this time.
0 commit comments