File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3232 steps :
3333 - uses : actions/setup-python@v5
3434 with :
35- python-version : 3.12
35+ python-version : 3.13
3636
3737 - uses : actions/checkout@v4
3838
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require (
2727 github.com/stretchr/testify v1.10.0
2828 github.com/zeebo/xxh3 v1.0.2
2929 golang.org/x/sync v0.16.0
30- golang.org/x/term v0.33 .0
30+ golang.org/x/term v0.34 .0
3131 gopkg.in/yaml.v3 v3.0.1
3232 mvdan.cc/sh/v3 v3.12.0
3333)
@@ -56,6 +56,6 @@ require (
5656 github.com/xanzy/ssh-agent v0.3.3 // indirect
5757 golang.org/x/crypto v0.37.0 // indirect
5858 golang.org/x/net v0.39.0 // indirect
59- golang.org/x/sys v0.34 .0 // indirect
59+ golang.org/x/sys v0.35 .0 // indirect
6060 gopkg.in/warnings.v0 v0.1.2 // indirect
6161)
Original file line number Diff line number Diff line change @@ -156,9 +156,13 @@ golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
156156golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
157157golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA =
158158golang.org/x/sys v0.34.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
159+ golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI =
160+ golang.org/x/sys v0.35.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
159161golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
160162golang.org/x/term v0.33.0 h1:NuFncQrRcaRvVmgRkvM3j/F00gWIAlcmlB8ACEKmGIg =
161163golang.org/x/term v0.33.0 /go.mod h1:s18+ql9tYWp1IfpV9DmCtQDDSRBUjKaw9M1eAv5UeF0 =
164+ golang.org/x/term v0.34.0 h1:O/2T7POpk0ZZ7MAzMeWFSg6S5IpWd/RXDlM9hgM3DR4 =
165+ golang.org/x/term v0.34.0 /go.mod h1:5jC53AEywhIVebHgPVeg0mj8OD3VO9OzclacVrqpaAw =
162166golang.org/x/text v0.3.6 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
163167golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0 =
164168golang.org/x/text v0.24.0 /go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU =
You can’t perform that action at this time.
0 commit comments