File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 11module github.com/go-critic/go-critic
22
3- go 1.22.0
3+ go 1.23.0
4+
5+ toolchain go1.24.0
46
57require (
68 github.com/cristalhq/acmd v0.12.0
@@ -16,13 +18,13 @@ require (
1618 github.com/quasilyte/go-ruleguard v0.4.4
1719 github.com/quasilyte/go-ruleguard/dsl v0.3.22
1820 github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
19- golang.org/x/tools v0.30 .0
21+ golang.org/x/tools v0.31 .0
2022)
2123
2224require (
2325 github.com/quasilyte/gogrep v0.5.0 // indirect
2426 github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
2527 golang.org/x/exp/typeparams v0.0.0-20240213143201-ec583247a57a // indirect
26- golang.org/x/mod v0.23 .0 // indirect
27- golang.org/x/sync v0.11 .0 // indirect
28+ golang.org/x/mod v0.24 .0 // indirect
29+ golang.org/x/sync v0.12 .0 // indirect
2830)
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ golang.org/x/exp/typeparams v0.0.0-20220428152302-39d4317da171/go.mod h1:AbB0pIl
3636golang.org/x/exp/typeparams v0.0.0-20230203172020-98cc5a0785f9 /go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk =
3737golang.org/x/exp/typeparams v0.0.0-20240213143201-ec583247a57a h1:rrd/FiSCWtI24jk057yBSfEfHrzzjXva1VkDNWRXMag =
3838golang.org/x/exp/typeparams v0.0.0-20240213143201-ec583247a57a /go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk =
39- golang.org/x/mod v0.23 .0 h1:Zb7khfcRGKk+kqfxFaP5tZqCnDZMjC5VtUBs87Hr6QM =
40- golang.org/x/mod v0.23 .0 /go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY =
41- golang.org/x/sync v0.11 .0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w =
42- golang.org/x/sync v0.11 .0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
43- golang.org/x/tools v0.30 .0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY =
44- golang.org/x/tools v0.30 .0 /go.mod h1:c347cR/OJfw5TI+GfX7RUPNMdDRRbjvYTS0jPyvsVtY =
39+ golang.org/x/mod v0.24 .0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU =
40+ golang.org/x/mod v0.24 .0 /go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww =
41+ golang.org/x/sync v0.12 .0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw =
42+ golang.org/x/sync v0.12 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
43+ golang.org/x/tools v0.31 .0 h1:0EedkvKDbh+qistFTd0Bcwe/YLh4vHwWEkiI0toFIBU =
44+ golang.org/x/tools v0.31 .0 /go.mod h1:naFTU+Cev749tSJRXJlna0T3WxKvb1kWEx15xA4SdmQ =
You can’t perform that action at this time.
0 commit comments