File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11module github.com/spinframework/runtime-class-manager
22
3- go 1.23.0
4-
5- toolchain go1.23.5
3+ go 1.24.1
64
75require (
86 github.com/mitchellh/go-ps v1.0.0
@@ -75,7 +73,7 @@ require (
7573 golang.org/x/oauth2 v0.25.0 // indirect
7674 golang.org/x/sync v0.10.0 // indirect
7775 golang.org/x/sys v0.29.0 // indirect
78- golang.org/x/term v0.27 .0 // indirect
76+ golang.org/x/term v0.28 .0 // indirect
7977 golang.org/x/text v0.21.0 // indirect
8078 golang.org/x/time v0.8.0 // indirect
8179 golang.org/x/tools v0.28.0 // indirect
Original file line number Diff line number Diff line change @@ -188,8 +188,8 @@ golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
188188golang.org/x/sys v0.12.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
189189golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU =
190190golang.org/x/sys v0.29.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
191- golang.org/x/term v0.27 .0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q =
192- golang.org/x/term v0.27 .0 /go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM =
191+ golang.org/x/term v0.28 .0 h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg =
192+ golang.org/x/term v0.28 .0 /go.mod h1:Sw/lC2IAUZ92udQNf3WodGtn4k/XoLyZoh8v/8uiwek =
193193golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
194194golang.org/x/text v0.3.3 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
195195golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo =
You can’t perform that action at this time.
0 commit comments