Skip to content

Commit efc3473

Browse files
committed
cmd: pull in golang.org/x/telemetry@7d78a97
Commands run: go get golang.org/x/telemetry@7d78a97 go mod tidy go mod vendor Change-Id: Iea0fbe11bcc69fac35fba0ee3d02cd14344a3ee9 Reviewed-on: https://go-review.googlesource.com/c/go/+/585455 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent ca5fc8d commit efc3473

File tree

7 files changed

+73
-33
lines changed

7 files changed

+73
-33
lines changed

src/cmd/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
golang.org/x/mod v0.17.1-0.20240514174713-c0bdc7bd01c9
1010
golang.org/x/sync v0.7.0
1111
golang.org/x/sys v0.20.0
12-
golang.org/x/telemetry v0.0.0-20240510223629-51e8b5d718eb
12+
golang.org/x/telemetry v0.0.0-20240514182607-7d78a974cc44
1313
golang.org/x/term v0.18.0
1414
golang.org/x/tools v0.20.1-0.20240429173604-74c9cfe4d22f
1515
)

src/cmd/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
3232
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
3333
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
3434
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
35-
golang.org/x/telemetry v0.0.0-20240510223629-51e8b5d718eb h1:UTGVF0T+nFaQu6f7USlW8TktAybpMdEjJcF5HyX4dxo=
36-
golang.org/x/telemetry v0.0.0-20240510223629-51e8b5d718eb/go.mod h1:pRgIJT+bRLFKnoM1ldnzKoxTIn14Yxz928LQRYYgIN0=
35+
golang.org/x/telemetry v0.0.0-20240514182607-7d78a974cc44 h1:aVJH+bdTb68otvUnahQ3CwIZTrJdYAW/gji9t6wuqcE=
36+
golang.org/x/telemetry v0.0.0-20240514182607-7d78a974cc44/go.mod h1:pRgIJT+bRLFKnoM1ldnzKoxTIn14Yxz928LQRYYgIN0=
3737
golang.org/x/term v0.18.0 h1:FcHjZXDMxI8mM3nwhX9HlKop4C0YQvCVCdwYl2wOtE8=
3838
golang.org/x/term v0.18.0/go.mod h1:ILwASektA3OnRv7amZ1xhE/KTR+u50pbXfZ03+6Nx58=
3939
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=

src/cmd/vendor/golang.org/x/telemetry/internal/counter/file.go

Lines changed: 3 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/vendor/golang.org/x/telemetry/internal/telemetry/proginfo.go

Lines changed: 53 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/vendor/golang.org/x/telemetry/internal/upload/reports.go

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/vendor/golang.org/x/telemetry/internal/upload/run.go

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ golang.org/x/sync/semaphore
4545
golang.org/x/sys/plan9
4646
golang.org/x/sys/unix
4747
golang.org/x/sys/windows
48-
# golang.org/x/telemetry v0.0.0-20240510223629-51e8b5d718eb
48+
# golang.org/x/telemetry v0.0.0-20240514182607-7d78a974cc44
4949
## explicit; go 1.20
5050
golang.org/x/telemetry
5151
golang.org/x/telemetry/counter

0 commit comments

Comments
 (0)