Skip to content

Commit f0ef3c6

Browse files
findleyrgopherbot
authored andcommitted
gopls: update x/telemetry dependency to fix crash
Update to pick up the fix in https://go.dev/cl/562857. Change-Id: I0708338068e69d863fcbe3d5b6e0505f27735426 Reviewed-on: https://go-review.googlesource.com/c/tools/+/562683 Auto-Submit: Robert Findley <rfindley@google.com> Reviewed-by: Alan Donovan <adonovan@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Peter Weinberger <pjw@google.com>
1 parent 8cf0a8e commit f0ef3c6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gopls/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/jba/templatecheck v0.6.0
99
golang.org/x/mod v0.15.0
1010
golang.org/x/sync v0.6.0
11-
golang.org/x/telemetry v0.0.0-20240208230135-b75ee8823808
11+
golang.org/x/telemetry v0.0.0-20240209200032-7b892fcb8a78
1212
golang.org/x/text v0.14.0
1313
golang.org/x/tools v0.17.0
1414
golang.org/x/vuln v1.0.1

gopls/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ golang.org/x/telemetry v0.0.0-20240201224847-0a1d30dda509 h1:Nr7eTQpQZ/ytesxDJpQ
3434
golang.org/x/telemetry v0.0.0-20240201224847-0a1d30dda509/go.mod h1:ZthVHHkOi8rlMEsfFr3Ie42Ym1NonbFNNRKW3ci0UrU=
3535
golang.org/x/telemetry v0.0.0-20240208230135-b75ee8823808 h1:+Kc94D8UVEVxJnLXp/+FMfqQARZtWHfVrcRtcG8aT3g=
3636
golang.org/x/telemetry v0.0.0-20240208230135-b75ee8823808/go.mod h1:KG1lNk5ZFNssSZLrpVb4sMXKMpGwGXOxSG3rnu2gZQQ=
37+
golang.org/x/telemetry v0.0.0-20240209200032-7b892fcb8a78 h1:vcVnuftN4J4UKLRcgetjzfU9FjjgXUUYUc3JhFplgV4=
38+
golang.org/x/telemetry v0.0.0-20240209200032-7b892fcb8a78/go.mod h1:KG1lNk5ZFNssSZLrpVb4sMXKMpGwGXOxSG3rnu2gZQQ=
3739
golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo=
3840
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
3941
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=

0 commit comments

Comments
 (0)