From 1cde1a47cef4a94766ee045c352deb5dd108106e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 00:18:06 +0000 Subject: [PATCH] chore(deps): bump github.com/teslamotors/fleet-telemetry Bumps [github.com/teslamotors/fleet-telemetry](https://github.com/teslamotors/fleet-telemetry) from 0.7.2 to 0.9.0. - [Release notes](https://github.com/teslamotors/fleet-telemetry/releases) - [Commits](https://github.com/teslamotors/fleet-telemetry/compare/v0.7.2...v0.9.0) --- updated-dependencies: - dependency-name: github.com/teslamotors/fleet-telemetry dependency-version: 0.9.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 1b6ca10..9b8904f 100644 --- a/go.mod +++ b/go.mod @@ -63,7 +63,7 @@ require ( github.com/rivo/uniseg v0.4.7 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect github.com/swaggo/files/v2 v2.0.2 // indirect - github.com/teslamotors/fleet-telemetry v0.7.2 // indirect + github.com/teslamotors/fleet-telemetry v0.9.0 // indirect github.com/tidwall/gjson v1.18.0 // indirect github.com/tidwall/match v1.2.0 // indirect github.com/tidwall/pretty v1.2.1 // indirect diff --git a/go.sum b/go.sum index de4f6ee..331e122 100644 --- a/go.sum +++ b/go.sum @@ -170,8 +170,8 @@ github.com/swaggo/files/v2 v2.0.2 h1:Bq4tgS/yxLB/3nwOMcul5oLEUKa877Ykgz3CJMVbQKU github.com/swaggo/files/v2 v2.0.2/go.mod h1:TVqetIzZsO9OhHX1Am9sRf9LdrFZqoK49N37KON/jr0= github.com/swaggo/swag v1.16.6 h1:qBNcx53ZaX+M5dxVyTrgQ0PJ/ACK+NzhwcbieTt+9yI= github.com/swaggo/swag v1.16.6/go.mod h1:ngP2etMK5a0P3QBizic5MEwpRmluJZPHjXcMoj4Xesg= -github.com/teslamotors/fleet-telemetry v0.7.2 h1:YZg9pTReAZe9Q65woUOYiIh5v5rBh63nJWXxZKoUcbg= -github.com/teslamotors/fleet-telemetry v0.7.2/go.mod h1:o5TK9n80R1oxdGRXUpnp9odyvWDRubl3C5GRDN1jfQ8= +github.com/teslamotors/fleet-telemetry v0.9.0 h1:3qz6JAaMF15+HdUzq5eH+LPelH6qiUf+6x5pHG9uzbg= +github.com/teslamotors/fleet-telemetry v0.9.0/go.mod h1:0pr+vwxzHPxJjB2LNhwCuG+FvIgpoM70GICHJB3MMlk= github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY= github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=