Skip to content

Commit 95c7916

Browse files
Bump github.com/SAP/go-hdb in /receiver/sqlqueryreceiver
Bumps [github.com/SAP/go-hdb](https://github.com/SAP/go-hdb) from 0.108.2 to 1.14.3. - [Release notes](https://github.com/SAP/go-hdb/releases) - [Changelog](https://github.com/SAP/go-hdb/blob/main/RELEASENOTES.md) - [Commits](https://github.com/SAP/go-hdb/commits/v1.14.3) --- updated-dependencies: - dependency-name: github.com/SAP/go-hdb dependency-version: 1.14.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d620bf commit 95c7916

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

receiver/sqlqueryreceiver/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/sqlqueryreceiver
22

3-
go 1.18
3+
go 1.24.0
44

55
require (
6-
github.com/SAP/go-hdb v0.108.2
6+
github.com/SAP/go-hdb v1.14.3
77
github.com/denisenkom/go-mssqldb v0.12.2
88
github.com/docker/go-connections v0.4.0
99
github.com/go-sql-driver/mysql v1.6.0
@@ -87,7 +87,7 @@ require (
8787
golang.org/x/exp v0.0.0-20220713135740-79cabaa25d75 // indirect
8888
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9 // indirect
8989
golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect
90-
golang.org/x/text v0.3.7 // indirect
90+
golang.org/x/text v0.28.0 // indirect
9191
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
9292
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad // indirect
9393
google.golang.org/grpc v1.49.0 // indirect

receiver/sqlqueryreceiver/go.sum

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

0 commit comments

Comments
 (0)