]> Cypherpunks repositories - gostls13.git/commit
cmd: vendor golang.org/x/telemetry@0b706e1
authorRob Findley <rfindley@google.com>
Wed, 17 Jul 2024 20:18:06 +0000 (20:18 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 17 Jul 2024 20:45:50 +0000 (20:45 +0000)
commit7321aa91c6c7f4c7faa59819a2013971712eba84
treee79454b235ed77ffa6baec4bba32b43c8d1dfb19
parent420037b16de64f1117bd47a4f3448990fb137fd0
cmd: vendor golang.org/x/telemetry@0b706e1

Update x/telemetry to fix problems caused by the file rotation timer.

Commands run:
  go get golang.org/x/telemetry@0b706e1
  go mod tidy
  go mod vendor

Fixes golang/go#68497

Change-Id: I29861ec89dfaaf260eb051eb23ab9251903b5ea8
Reviewed-on: https://go-review.googlesource.com/c/go/+/598957
Reviewed-by: Michael Matloob <matloob@golang.org>
Auto-Submit: Robert Findley <rfindley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
12 files changed:
src/cmd/go.mod
src/cmd/go.sum
src/cmd/vendor/golang.org/x/telemetry/LICENSE
src/cmd/vendor/golang.org/x/telemetry/counter/counter.go
src/cmd/vendor/golang.org/x/telemetry/counter/countertest/countertest.go
src/cmd/vendor/golang.org/x/telemetry/internal/counter/file.go
src/cmd/vendor/golang.org/x/telemetry/internal/telemetry/dir.go
src/cmd/vendor/golang.org/x/telemetry/internal/telemetry/types.go
src/cmd/vendor/golang.org/x/telemetry/internal/upload/date.go
src/cmd/vendor/golang.org/x/telemetry/internal/upload/reports.go
src/cmd/vendor/golang.org/x/telemetry/internal/upload/upload.go
src/cmd/vendor/modules.txt