Skip to content

Commit 59bf9f3

Browse files
fix(deps): update module github.com/sap/go-hdb to v1.12.2 (#35246)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/SAP/go-hdb](https://redirect.github.com/SAP/go-hdb) | `v1.12.1` -> `v1.12.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fSAP%2fgo-hdb/v1.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fSAP%2fgo-hdb/v1.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fSAP%2fgo-hdb/v1.12.1/v1.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fSAP%2fgo-hdb/v1.12.1/v1.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>SAP/go-hdb (github.com/SAP/go-hdb)</summary> ### [`v1.12.2`](https://redirect.github.com/SAP/go-hdb/blob/HEAD/RELEASENOTES.md#v1122) [Compare Source](https://redirect.github.com/SAP/go-hdb/compare/v1.12.1...v1.12.2) - [fixed typo in test name](https://redirect.github.com/SAP/go-hdb/pull/139) </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 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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 9f5d38a commit 59bf9f3

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ require (
378378
github.com/Khan/genqlient v0.7.0 // indirect
379379
github.com/Microsoft/go-winio v0.6.2 // indirect
380380
github.com/ReneKroon/ttlcache/v2 v2.11.0 // indirect
381-
github.com/SAP/go-hdb v1.12.1 // indirect
381+
github.com/SAP/go-hdb v1.12.2 // indirect
382382
github.com/SermoDigital/jose v0.9.2-0.20180104203859-803625baeddc // indirect
383383
github.com/Showmax/go-fqdn v1.0.0 // indirect
384384
github.com/aerospike/aerospike-client-go/v7 v7.6.1 // 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.

internal/sqlquery/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/internal/sqlque
33
go 1.22.0
44

55
require (
6-
github.com/SAP/go-hdb v1.12.1
6+
github.com/SAP/go-hdb v1.12.2
77
github.com/go-sql-driver/mysql v1.8.1
88
github.com/lib/pq v1.10.9
99
github.com/microsoft/go-mssqldb v1.7.2

internal/sqlquery/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/saphanareceiver/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/saphan
33
go 1.22.0
44

55
require (
6-
github.com/SAP/go-hdb v1.12.1
6+
github.com/SAP/go-hdb v1.12.2
77
github.com/google/go-cmp v0.6.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.109.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.109.0

receiver/saphanareceiver/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/sqlqueryreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ require (
4141
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c // indirect
4242
github.com/Microsoft/go-winio v0.6.1 // indirect
4343
github.com/Microsoft/hcsshim v0.11.4 // indirect
44-
github.com/SAP/go-hdb v1.12.1 // indirect
44+
github.com/SAP/go-hdb v1.12.2 // indirect
4545
github.com/apache/arrow/go/v15 v15.0.0 // indirect
4646
github.com/aws/aws-sdk-go-v2 v1.26.1 // indirect
4747
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 // indirect

receiver/sqlqueryreceiver/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/sqlserverreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1 // indirect
3131
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 // indirect
3232
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c // indirect
33-
github.com/SAP/go-hdb v1.12.1 // indirect
33+
github.com/SAP/go-hdb v1.12.2 // indirect
3434
github.com/apache/arrow/go/v15 v15.0.0 // indirect
3535
github.com/aws/aws-sdk-go-v2 v1.26.1 // indirect
3636
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 // indirect

receiver/sqlserverreceiver/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)