From e8cd4aac1bb9ffa08672aa9e9c9227b2dd6c46b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 07:37:00 +0100 Subject: [PATCH] chore(deps): update golang.org/x/telemetry digest to 04cd7ba (#6176) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/telemetry | indirect | digest | `6d9ea86` -> `04cd7ba` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- internal/tools/go.mod | 2 +- internal/tools/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/tools/go.mod b/internal/tools/go.mod index 0ebae48da74..26805682613 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -214,7 +214,7 @@ require ( golang.org/x/net v0.34.0 // indirect golang.org/x/sync v0.10.0 // indirect golang.org/x/sys v0.29.0 // indirect - golang.org/x/telemetry v0.0.0-20250105011419-6d9ea865d014 // indirect + golang.org/x/telemetry v0.0.0-20250117155846-04cd7bae618c // indirect golang.org/x/text v0.21.0 // indirect google.golang.org/protobuf v1.36.3 // indirect gopkg.in/ini.v1 v1.67.0 // indirect diff --git a/internal/tools/go.sum b/internal/tools/go.sum index 5cd3dc0a94e..09f88de7f20 100644 --- a/internal/tools/go.sum +++ b/internal/tools/go.sum @@ -593,8 +593,8 @@ golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU= golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/telemetry v0.0.0-20250105011419-6d9ea865d014 h1:r3fGtUghGlLJqjla3K3bVBiP7WyAWj8p6m1HNYae4Ho= -golang.org/x/telemetry v0.0.0-20250105011419-6d9ea865d014/go.mod h1:Vee8NMPWD3JyoiukFTC6ehhS08hoyu5WYDePTtR6e6s= +golang.org/x/telemetry v0.0.0-20250117155846-04cd7bae618c h1:wnI5gg0PuW49jYNbA7qoiaM+GbV5XuxLehWccdjKdcs= +golang.org/x/telemetry v0.0.0-20250117155846-04cd7bae618c/go.mod h1:Vee8NMPWD3JyoiukFTC6ehhS08hoyu5WYDePTtR6e6s= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=