Skip to content

Commit f8883b2

Browse files
build(deps): Bump golang.org/x/tools from 0.18.0 to 0.19.0 (runfinch#844)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.18.0 to 0.19.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/7656c4c657688cae30795365d2a5f30d6f18be7f"><code>7656c4c</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/5bf7d005299769e9d476813f09efd2a4296d5fe9"><code>5bf7d00</code></a> cmd/callgraph: add 'posn' template helper</li> <li><a href="https://github.com/golang/tools/commit/283fce21c13672b609664a88e2575aaae16a7ddb"><code>283fce2</code></a> x/tools: drop go1.18 support</li> <li><a href="https://github.com/golang/tools/commit/7f348c7a4c28c9162056530f6be369bb179e05a5"><code>7f348c7</code></a> internal/versions: updates the meaning of FileVersions.</li> <li><a href="https://github.com/golang/tools/commit/38b0e9bfdba8d4762d50481319449a59e0a8adb6"><code>38b0e9b</code></a> x/tools: add explicit Unalias operations</li> <li><a href="https://github.com/golang/tools/commit/a6c03c86fe37d3a870a08c8814c242a6a4105726"><code>a6c03c8</code></a> x/tools: update telemetry import (new Start API)</li> <li><a href="https://github.com/golang/tools/commit/1f7dbdf01abbd56f7fb4ac2c61ea25ff673633af"><code>1f7dbdf</code></a> gopls/internal/cache: add debug assertions for bug report</li> <li><a href="https://github.com/golang/tools/commit/4d4e8028747180d2fc1cdcef0b7de569666c5984"><code>4d4e802</code></a> gopls/doc: address additional comments on workspace.md</li> <li><a href="https://github.com/golang/tools/commit/abe5874e805f7fe006ae6b906b3d08bbdedd23af"><code>abe5874</code></a> gopls/internal/analysis: add fill switch cases code action</li> <li><a href="https://github.com/golang/tools/commit/fc70354354e63fa88b8cba95d89e3115bdd717dd"><code>fc70354</code></a> gopls/internal/test: add test for NPE in control flow highlighting</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.18.0...v0.19.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.18.0&new-version=0.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 769ae32 commit f8883b2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Diff for: go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/xorcare/pointer v1.2.2
2424
golang.org/x/crypto v0.21.0
2525
golang.org/x/exp v0.0.0-20230810033253-352e893a4cad
26-
golang.org/x/tools v0.18.0
26+
golang.org/x/tools v0.19.0
2727
gopkg.in/yaml.v3 v3.0.1
2828
k8s.io/apimachinery v0.29.2
2929
)
@@ -80,8 +80,8 @@ require (
8080
github.com/sergi/go-diff v1.3.1 // indirect
8181
github.com/spf13/pflag v1.0.5 // indirect
8282
go.opencensus.io v0.24.0 // indirect
83-
golang.org/x/mod v0.15.0 // indirect
84-
golang.org/x/net v0.21.0 // indirect
83+
golang.org/x/mod v0.16.0 // indirect
84+
golang.org/x/net v0.22.0 // indirect
8585
golang.org/x/sys v0.18.0
8686
golang.org/x/text v0.14.0
8787
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect

Diff for: go.sum

+6-6
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
233233
golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
234234
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
235235
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
236-
golang.org/x/mod v0.15.0 h1:SernR4v+D55NyBH2QiEQrlBAnj1ECL6AGrA5+dPaMY8=
237-
golang.org/x/mod v0.15.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
236+
golang.org/x/mod v0.16.0 h1:QX4fJ0Rr5cPQCF7O9lh9Se4pmwfwskqZfq5moyldzic=
237+
golang.org/x/mod v0.16.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
238238
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
239239
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
240240
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -249,8 +249,8 @@ golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96b
249249
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
250250
golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco=
251251
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
252-
golang.org/x/net v0.21.0 h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4=
253-
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
252+
golang.org/x/net v0.22.0 h1:9sGLhx7iRIHEiX0oAJ3MRZMUCElJgy7Br1nO+AMN3Tc=
253+
golang.org/x/net v0.22.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
254254
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
255255
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
256256
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -310,8 +310,8 @@ golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4f
310310
golang.org/x/tools v0.1.1/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
311311
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
312312
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
313-
golang.org/x/tools v0.18.0 h1:k8NLag8AGHnn+PHbl7g43CtqZAwG60vZkLqgyZgIHgQ=
314-
golang.org/x/tools v0.18.0/go.mod h1:GL7B4CwcLLeo59yx/9UWWuNOW1n3VZ4f5axWfML7Lcg=
313+
golang.org/x/tools v0.19.0 h1:tfGCXNR1OsFG+sVdLAitlpjAvD/I6dHDKnYrpEZUHkw=
314+
golang.org/x/tools v0.19.0/go.mod h1:qoJWxmGSIBmAeriMx19ogtrEPrGtDbPK634QFIcLAhc=
315315
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
316316
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
317317
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

0 commit comments

Comments
 (0)