This repository was archived by the owner on Nov 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ module github.com/polyfloyd/go-errorlint
22
33go 1.20
44
5- require golang.org/x/tools v0.8.0
5+ require golang.org/x/tools v0.9.2
66
77require (
88 golang.org/x/mod v0.10.0 // indirect
9- golang.org/x/sys v0.7 .0 // indirect
9+ golang.org/x/sys v0.8 .0 // indirect
1010)
Original file line number Diff line number Diff line change 11golang.org/x/mod v0.10.0 h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk =
22golang.org/x/mod v0.10.0 /go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs =
3- golang.org/x/sync v0.1 .0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o =
4- golang.org/x/sys v0.7 .0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU =
5- golang.org/x/sys v0.7 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
6- golang.org/x/tools v0.8.0 h1:vSDcovVPld282ceKgDimkRSC8kpaH1dgyc9UMzlt84Y =
7- golang.org/x/tools v0.8.0 /go.mod h1:JxBZ99ISMI5ViVkT1tr6tdNmXeTrcpVSD3vZ1RsRdN4 =
3+ golang.org/x/sync v0.2 .0 h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI =
4+ golang.org/x/sys v0.8 .0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU =
5+ golang.org/x/sys v0.8 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
6+ golang.org/x/tools v0.9.2 h1:UXbndbirwCAx6TULftIfie/ygDNCwxEie+IiNP1IcNc =
7+ golang.org/x/tools v0.9.2 /go.mod h1:owI94Op576fPu3cIGQeHs3joujW/2Oc6MtlxbF5dfNc =
You can’t perform that action at this time.
0 commit comments