Skip to content

Commit 285b4d6

Browse files
renovate[bot]otelbot[bot]songy23
authored
fix(deps): update module github.com/hashicorp/consul/api to v1.32.1 (open-telemetry#39898)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/hashicorp/consul/api](https://redirect.github.com/hashicorp/consul) | `v1.32.0` -> `v1.32.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fhashicorp%2fconsul%2fapi/v1.32.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fhashicorp%2fconsul%2fapi/v1.32.0/v1.32.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->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-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjQxLjcxLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent 58ca6ba commit 285b4d6

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

connector/datadogconnector/go.sum

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

exporter/datadogexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ require (
261261
github.com/gorilla/websocket v1.5.0 // indirect
262262
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
263263
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
264-
github.com/hashicorp/consul/api v1.32.0 // indirect
264+
github.com/hashicorp/consul/api v1.32.1 // indirect
265265
github.com/hashicorp/cronexpr v1.1.2 // indirect
266266
github.com/hashicorp/errwrap v1.1.0 // indirect
267267
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect

exporter/datadogexporter/go.sum

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

exporter/datadogexporter/integrationtest/go.sum

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

internal/metadataproviders/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.0
99
github.com/aws/aws-sdk-go-v2/service/ec2 v1.237.0
1010
github.com/docker/docker v28.3.3+incompatible
11-
github.com/hashicorp/consul/api v1.32.0
11+
github.com/hashicorp/consul/api v1.32.1
1212
github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.132.0
1313
github.com/shirou/gopsutil/v4 v4.25.7
1414
github.com/stretchr/testify v1.10.0
@@ -94,7 +94,7 @@ require (
9494
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0 // indirect
9595
go.opentelemetry.io/otel/metric v1.37.0 // indirect
9696
go.opentelemetry.io/otel/trace v1.37.0 // indirect
97-
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
97+
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
9898
golang.org/x/net v0.38.0 // indirect
9999
golang.org/x/oauth2 v0.28.0 // indirect
100100
golang.org/x/sys v0.34.0 // indirect

internal/metadataproviders/go.sum

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

processor/resourcedetectionprocessor/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/aws/aws-sdk-go-v2/service/ec2 v1.237.0
1212
github.com/cenkalti/backoff/v5 v5.0.3
1313
github.com/google/go-cmp v0.7.0
14-
github.com/hashicorp/consul/api v1.32.0
14+
github.com/hashicorp/consul/api v1.32.1
1515
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/ecsutil v0.132.0
1616
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.132.0
1717
github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.132.0
@@ -155,7 +155,7 @@ require (
155155
go.yaml.in/yaml/v2 v2.4.2 // indirect
156156
go.yaml.in/yaml/v3 v3.0.4 // indirect
157157
golang.org/x/crypto v0.41.0 // indirect
158-
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
158+
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
159159
golang.org/x/mod v0.26.0 // indirect
160160
golang.org/x/net v0.43.0 // indirect
161161
golang.org/x/oauth2 v0.30.0 // indirect

processor/resourcedetectionprocessor/go.sum

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

0 commit comments

Comments
 (0)