Skip to content

Commit a8d90fb

Browse files
renovate[bot]otelbot[bot]songy23
authored
Update module github.com/SAP/go-hdb to v1.16.5 (#47610)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/SAP/go-hdb](https://redirect.github.com/SAP/go-hdb) | `v1.16.3` → `v1.16.5` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fSAP%2fgo-hdb/v1.16.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fSAP%2fgo-hdb/v1.16.3/v1.16.5?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/20907) for more information. --- ### Release Notes <details> <summary>SAP/go-hdb (github.com/SAP/go-hdb)</summary> ### [`v1.16.5`](https://redirect.github.com/SAP/go-hdb/blob/HEAD/RELEASENOTES.md#v1165) [Compare Source](https://redirect.github.com/SAP/go-hdb/compare/v1.16.4...v1.16.5) - redacted password in SQL trace logs for switch user - updated dependencies - code cleanups ### [`v1.16.4`](https://redirect.github.com/SAP/go-hdb/blob/HEAD/RELEASENOTES.md#v1164) [Compare Source](https://redirect.github.com/SAP/go-hdb/compare/v1.16.3...v1.16.4) - updated dependencies - fixed typos </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "on tuesday" - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com> Co-authored-by: Yang Song <songy23@users.noreply.github.com>
1 parent 9523e5f commit a8d90fb

4 files changed

Lines changed: 30 additions & 30 deletions

File tree

receiver/saphanareceiver/go.mod

Lines changed: 2 additions & 2 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.25.0
44

55
require (
6-
github.com/SAP/go-hdb v1.16.3
6+
github.com/SAP/go-hdb v1.16.5
77
github.com/google/go-cmp v0.7.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.150.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.150.0
@@ -70,7 +70,7 @@ require (
7070
go.yaml.in/yaml/v3 v3.0.4 // indirect
7171
golang.org/x/crypto v0.48.0 // indirect
7272
golang.org/x/sys v0.42.0 // indirect
73-
golang.org/x/text v0.35.0 // indirect
73+
golang.org/x/text v0.36.0 // indirect
7474
google.golang.org/genproto/googleapis/rpc v0.0.0-20260120221211-b8f7ae30c516 // indirect
7575
google.golang.org/grpc v1.80.0 // indirect
7676
google.golang.org/protobuf v1.36.11 // indirect

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

receiver/sqlqueryreceiver/go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.0
44

55
require (
66
github.com/ClickHouse/clickhouse-go/v2 v2.44.0
7-
github.com/SAP/go-hdb v1.16.3
7+
github.com/SAP/go-hdb v1.16.5
88
github.com/docker/go-connections v0.6.0 // indirect
99
github.com/go-sql-driver/mysql v1.9.3
1010
github.com/lib/pq v1.10.9
@@ -172,17 +172,17 @@ require (
172172
go.opentelemetry.io/otel/sdk/metric v1.43.0 // indirect
173173
go.uber.org/multierr v1.11.0 // indirect
174174
go.yaml.in/yaml/v3 v3.0.4 // indirect
175-
golang.org/x/crypto v0.48.0 // indirect
175+
golang.org/x/crypto v0.49.0 // indirect
176176
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
177-
golang.org/x/mod v0.33.0 // indirect
178-
golang.org/x/net v0.51.0 // indirect
177+
golang.org/x/mod v0.34.0 // indirect
178+
golang.org/x/net v0.52.0 // indirect
179179
golang.org/x/oauth2 v0.34.0 // indirect
180180
golang.org/x/sync v0.20.0 // indirect
181181
golang.org/x/sys v0.42.0 // indirect
182-
golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
183-
golang.org/x/term v0.40.0 // indirect
184-
golang.org/x/text v0.35.0 // indirect
185-
golang.org/x/tools v0.42.0 // indirect
182+
golang.org/x/telemetry v0.0.0-20260311193753-579e4da9a98c // indirect
183+
golang.org/x/term v0.41.0 // indirect
184+
golang.org/x/text v0.36.0 // indirect
185+
golang.org/x/tools v0.43.0 // indirect
186186
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
187187
gonum.org/v1/gonum v0.17.0 // indirect
188188
google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 // indirect

receiver/sqlqueryreceiver/go.sum

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

0 commit comments

Comments
 (0)