File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
golang.org/x/sync v0.6.0
11
11
golang.org/x/telemetry v0.0.0-20240201224847-0a1d30dda509
12
12
golang.org/x/text v0.14.0
13
- golang.org/x/tools v0.17.0
13
+ golang.org/x/tools v0.17.1-0.20240206204217-56dc8684fb5a
14
14
golang.org/x/vuln v1.0.1
15
15
gopkg.in/yaml.v3 v3.0.1
16
16
honnef.co/go/tools v0.4.6
@@ -26,5 +26,3 @@ require (
26
26
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
27
27
28
28
)
29
-
30
- replace golang.org/x/tools => ../
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
27
27
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ =
28
28
golang.org/x/text v0.14.0 /go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU =
29
29
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
30
- golang.org/x/tools v0.17.0 h1:FvmRgNOcs3kOa+T20R1uhfP9F6HgG2mfxDv1vrx1Htc =
31
- golang.org/x/tools v0.17.0 /go.mod h1:xsh6VxdV005rRVaS6SSAf9oiAqljS7UZUacMZ8Bnsps =
30
+ golang.org/x/tools v0.17.1-0.20240206204217-56dc8684fb5a h1:WL/PnseOKWuDtRbgfYKDpuAmMpy3OrX84rv7uQFZJK4 =
31
+ golang.org/x/tools v0.17.1-0.20240206204217-56dc8684fb5a /go.mod h1:ngPhXSzq5toGRGmVELsotoOaTqvj1Ojf/H79cbjAGfw =
32
32
golang.org/x/vuln v1.0.1 h1:KUas02EjQK5LTuIx1OylBQdKKZ9jeugs+HiqO5HormU =
33
33
golang.org/x/vuln v1.0.1 /go.mod h1:bb2hMwln/tqxg32BNY4CcxHWtHXuYa3SbIBmtsyjxtM =
34
34
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments