Skip to content

Commit a572fa2

Browse files
fix(deps): update module github.com/azure/azure-event-hubs-go/v3 to v3.6.2 (open-telemetry#30376)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/Azure/azure-event-hubs-go/v3](https://togithub.com/Azure/azure-event-hubs-go) | `v3.6.1` -> `v3.6.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fAzure%2fazure-event-hubs-go%2fv3/v3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fAzure%2fazure-event-hubs-go%2fv3/v3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fAzure%2fazure-event-hubs-go%2fv3/v3.6.1/v3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fAzure%2fazure-event-hubs-go%2fv3/v3.6.1/v3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Azure/azure-event-hubs-go (github.com/Azure/azure-event-hubs-go/v3)</summary> ### [`v3.6.2`](https://togithub.com/Azure/azure-event-hubs-go/blob/HEAD/changelog.md#v362) [Compare Source](https://togithub.com/Azure/azure-event-hubs-go/compare/v3.6.1...v3.6.2) - Update dependencies. </details> --- ### 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent e833bc5 commit a572fa2

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

cmd/configschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ require (
196196
github.com/99designs/keyring v1.2.2 // indirect
197197
github.com/AthenZ/athenz v1.10.39 // indirect
198198
github.com/Azure/azure-amqp-common-go/v4 v4.2.0 // indirect
199-
github.com/Azure/azure-event-hubs-go/v3 v3.6.1 // indirect
199+
github.com/Azure/azure-event-hubs-go/v3 v3.6.2 // indirect
200200
github.com/Azure/azure-kusto-go v0.15.0 // indirect
201201
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
202202
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect

cmd/configschema/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.

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ require (
239239
github.com/99designs/keyring v1.2.2 // indirect
240240
github.com/AthenZ/athenz v1.10.39 // indirect
241241
github.com/Azure/azure-amqp-common-go/v4 v4.2.0 // indirect
242-
github.com/Azure/azure-event-hubs-go/v3 v3.6.1 // indirect
242+
github.com/Azure/azure-event-hubs-go/v3 v3.6.2 // indirect
243243
github.com/Azure/azure-kusto-go v0.15.0 // indirect
244244
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
245245
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect

cmd/otelcontribcol/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.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ require (
209209
github.com/99designs/keyring v1.2.2 // indirect
210210
github.com/AthenZ/athenz v1.10.39 // indirect
211211
github.com/Azure/azure-amqp-common-go/v4 v4.2.0 // indirect
212-
github.com/Azure/azure-event-hubs-go/v3 v3.6.1 // indirect
212+
github.com/Azure/azure-event-hubs-go/v3 v3.6.2 // indirect
213213
github.com/Azure/azure-kusto-go v0.15.0 // indirect
214214
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
215215
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect

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.

receiver/azureblobreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/azureb
33
go 1.20
44

55
require (
6-
github.com/Azure/azure-event-hubs-go/v3 v3.6.1
6+
github.com/Azure/azure-event-hubs-go/v3 v3.6.2
77
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2.1
88
github.com/open-telemetry/opentelemetry-collector-contrib/internal/sharedcomponent v0.92.0
99
github.com/stretchr/testify v1.8.4

receiver/azureblobreceiver/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.

receiver/azureeventhubreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/Azure/azure-amqp-common-go/v4 v4.2.0
7-
github.com/Azure/azure-event-hubs-go/v3 v3.6.1
7+
github.com/Azure/azure-event-hubs-go/v3 v3.6.2
88
github.com/json-iterator/go v1.1.12
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/sharedcomponent v0.92.0
1010
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza v0.92.0

receiver/azureeventhubreceiver/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.

0 commit comments

Comments
 (0)