Skip to content

Commit 9e68729

Browse files
fix(deps): update module github.com/sap/go-hdb to v1.8.11 (#31338)
[![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/SAP/go-hdb](https://togithub.com/SAP/go-hdb) | `v1.8.5` -> `v1.8.11` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fSAP%2fgo-hdb/v1.8.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fSAP%2fgo-hdb/v1.8.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fSAP%2fgo-hdb/v1.8.5/v1.8.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fSAP%2fgo-hdb/v1.8.5/v1.8.11?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.8.11`](https://togithub.com/SAP/go-hdb/compare/v1.8.10...v1.8.11) [Compare Source](https://togithub.com/SAP/go-hdb/compare/v1.8.10...v1.8.11) ### [`v1.8.10`](https://togithub.com/SAP/go-hdb/blob/HEAD/RELEASENOTES.md#v1810) [Compare Source](https://togithub.com/SAP/go-hdb/compare/v1.8.9...v1.8.10) - fixed typo - fixed SQL datatype in StructScanner ### [`v1.8.9`](https://togithub.com/SAP/go-hdb/blob/HEAD/RELEASENOTES.md#v188---v189) [Compare Source](https://togithub.com/SAP/go-hdb/compare/v1.8.7...v1.8.9) - updated dependencies ### [`v1.8.7`](https://togithub.com/SAP/go-hdb/blob/HEAD/RELEASENOTES.md#v187) [Compare Source](https://togithub.com/SAP/go-hdb/compare/v1.8.5...v1.8.7) - fixed github action issue </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 9144e3a commit 9e68729

File tree

12 files changed

+75
-75
lines changed

12 files changed

+75
-75
lines changed

cmd/configschema/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ require (
245245
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c // indirect
246246
github.com/Microsoft/go-winio v0.6.1 // indirect
247247
github.com/ReneKroon/ttlcache/v2 v2.11.0 // indirect
248-
github.com/SAP/go-hdb v1.8.5 // indirect
248+
github.com/SAP/go-hdb v1.8.11 // indirect
249249
github.com/SermoDigital/jose v0.9.2-0.20180104203859-803625baeddc // indirect
250250
github.com/Showmax/go-fqdn v1.0.0 // indirect
251251
github.com/aerospike/aerospike-client-go/v6 v6.13.0 // indirect
@@ -559,7 +559,7 @@ require (
559559
github.com/pquerna/cachecontrol v0.1.0 // indirect
560560
github.com/prometheus/client_golang v1.19.0 // indirect
561561
github.com/prometheus/client_model v0.6.0 // indirect
562-
github.com/prometheus/common v0.49.0 // indirect
562+
github.com/prometheus/common v0.50.0 // indirect
563563
github.com/prometheus/common/sigv4 v0.1.0 // indirect
564564
github.com/prometheus/procfs v0.13.0 // indirect
565565
github.com/prometheus/prometheus v0.48.1 // indirect

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

cmd/otelcontribcol/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ require (
295295
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c // indirect
296296
github.com/Microsoft/go-winio v0.6.1 // indirect
297297
github.com/ReneKroon/ttlcache/v2 v2.11.0 // indirect
298-
github.com/SAP/go-hdb v1.8.5 // indirect
298+
github.com/SAP/go-hdb v1.8.11 // indirect
299299
github.com/SermoDigital/jose v0.9.2-0.20180104203859-803625baeddc // indirect
300300
github.com/Showmax/go-fqdn v1.0.0 // indirect
301301
github.com/aerospike/aerospike-client-go/v6 v6.13.0 // indirect
@@ -590,7 +590,7 @@ require (
590590
github.com/pquerna/cachecontrol v0.1.0 // indirect
591591
github.com/prometheus/client_golang v1.19.0 // indirect
592592
github.com/prometheus/client_model v0.6.0 // indirect
593-
github.com/prometheus/common v0.49.0 // indirect
593+
github.com/prometheus/common v0.50.0 // indirect
594594
github.com/prometheus/common/sigv4 v0.1.0 // indirect
595595
github.com/prometheus/procfs v0.13.0 // indirect
596596
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect

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

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ require (
263263
github.com/Masterminds/semver/v3 v3.2.0 // indirect
264264
github.com/Microsoft/go-winio v0.6.1 // indirect
265265
github.com/ReneKroon/ttlcache/v2 v2.11.0 // indirect
266-
github.com/SAP/go-hdb v1.8.5 // indirect
266+
github.com/SAP/go-hdb v1.8.11 // indirect
267267
github.com/SermoDigital/jose v0.9.2-0.20180104203859-803625baeddc // indirect
268268
github.com/Showmax/go-fqdn v1.0.0 // indirect
269269
github.com/aerospike/aerospike-client-go/v6 v6.13.0 // indirect
@@ -558,7 +558,7 @@ require (
558558
github.com/pquerna/cachecontrol v0.1.0 // indirect
559559
github.com/prometheus/client_golang v1.19.0 // indirect
560560
github.com/prometheus/client_model v0.6.0 // indirect
561-
github.com/prometheus/common v0.49.0 // indirect
561+
github.com/prometheus/common v0.50.0 // indirect
562562
github.com/prometheus/common/sigv4 v0.1.0 // indirect
563563
github.com/prometheus/procfs v0.13.0 // indirect
564564
github.com/prometheus/prometheus v0.48.1 // indirect

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.

internal/sqlquery/go.mod

Lines changed: 7 additions & 7 deletions
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.21
44

55
require (
6-
github.com/SAP/go-hdb v1.8.5
6+
github.com/SAP/go-hdb v1.8.11
77
github.com/go-sql-driver/mysql v1.8.0
88
github.com/lib/pq v1.10.9
99
github.com/microsoft/go-mssqldb v1.7.0
@@ -81,8 +81,8 @@ require (
8181
github.com/pmezard/go-difflib v1.0.0 // indirect
8282
github.com/prometheus/client_golang v1.19.0 // indirect
8383
github.com/prometheus/client_model v0.6.0 // indirect
84-
github.com/prometheus/common v0.48.0 // indirect
85-
github.com/prometheus/procfs v0.12.0 // indirect
84+
github.com/prometheus/common v0.50.0 // indirect
85+
github.com/prometheus/procfs v0.13.0 // indirect
8686
github.com/sirupsen/logrus v1.9.0 // indirect
8787
github.com/zeebo/xxh3 v1.0.2 // indirect
8888
go.opentelemetry.io/collector v0.96.1-0.20240306115632-b2693620eff6 // indirect
@@ -95,13 +95,13 @@ require (
9595
go.opentelemetry.io/otel/sdk v1.24.0 // indirect
9696
go.opentelemetry.io/otel/sdk/metric v1.24.0 // indirect
9797
go.opentelemetry.io/otel/trace v1.24.0 // indirect
98-
golang.org/x/crypto v0.19.0 // indirect
98+
golang.org/x/crypto v0.21.0 // indirect
9999
golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3 // indirect
100100
golang.org/x/mod v0.14.0 // indirect
101-
golang.org/x/net v0.21.0 // indirect
101+
golang.org/x/net v0.22.0 // indirect
102102
golang.org/x/sync v0.6.0 // indirect
103-
golang.org/x/sys v0.17.0 // indirect
104-
golang.org/x/term v0.17.0 // indirect
103+
golang.org/x/sys v0.18.0 // indirect
104+
golang.org/x/term v0.18.0 // indirect
105105
golang.org/x/text v0.14.0 // indirect
106106
golang.org/x/tools v0.17.0 // indirect
107107
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect

internal/sqlquery/go.sum

Lines changed: 14 additions & 14 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: 6 additions & 6 deletions
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.21
44

55
require (
6-
github.com/SAP/go-hdb v1.8.5
6+
github.com/SAP/go-hdb v1.8.11
77
github.com/google/go-cmp v0.6.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.96.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.96.0
@@ -45,18 +45,18 @@ require (
4545
github.com/pmezard/go-difflib v1.0.0 // indirect
4646
github.com/prometheus/client_golang v1.19.0 // indirect
4747
github.com/prometheus/client_model v0.6.0 // indirect
48-
github.com/prometheus/common v0.48.0 // indirect
49-
github.com/prometheus/procfs v0.12.0 // indirect
48+
github.com/prometheus/common v0.50.0 // indirect
49+
github.com/prometheus/procfs v0.13.0 // indirect
5050
github.com/stretchr/objx v0.5.2 // indirect
5151
go.opentelemetry.io/collector v0.96.1-0.20240306115632-b2693620eff6 // indirect
5252
go.opentelemetry.io/collector/config/configtelemetry v0.96.1-0.20240306115632-b2693620eff6 // indirect
5353
go.opentelemetry.io/otel v1.24.0 // indirect
5454
go.opentelemetry.io/otel/exporters/prometheus v0.46.0 // indirect
5555
go.opentelemetry.io/otel/sdk v1.24.0 // indirect
5656
go.opentelemetry.io/otel/sdk/metric v1.24.0 // indirect
57-
golang.org/x/crypto v0.19.0 // indirect
58-
golang.org/x/net v0.21.0 // indirect
59-
golang.org/x/sys v0.17.0 // indirect
57+
golang.org/x/crypto v0.21.0 // indirect
58+
golang.org/x/net v0.22.0 // indirect
59+
golang.org/x/sys v0.18.0 // indirect
6060
golang.org/x/text v0.14.0 // indirect
6161
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
6262
google.golang.org/grpc v1.62.1 // indirect

0 commit comments

Comments
 (0)