File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
receiver/sqlqueryreceiver Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/sqlqueryreceiver
2
2
3
- go 1.18
3
+ go 1.24.0
4
4
5
5
require (
6
- github.com/SAP/go-hdb v0.108.2
6
+ github.com/SAP/go-hdb v1.14.3
7
7
github.com/denisenkom/go-mssqldb v0.12.2
8
8
github.com/docker/go-connections v0.4.0
9
9
github.com/go-sql-driver/mysql v1.6.0
@@ -87,7 +87,7 @@ require (
87
87
golang.org/x/exp v0.0.0-20220713135740-79cabaa25d75 // indirect
88
88
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9 // indirect
89
89
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
91
91
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
92
92
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad // indirect
93
93
google.golang.org/grpc v1.49.0 // indirect
You can’t perform that action at this time.
0 commit comments