Skip to content

Commit bc724f4

Browse files
fix(deps): update module github.com/sap/go-hdb to v1
1 parent 94981de commit bc724f4

File tree

2 files changed

+19
-80
lines changed

2 files changed

+19
-80
lines changed

go.mod

+2-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.24.1
77
require (
88
github.com/Knetic/govaluate v3.0.0+incompatible
99
github.com/MonetDB/MonetDB-Go v1.1.0
10-
github.com/SAP/go-hdb v0.113.10
10+
github.com/SAP/go-hdb v1.13.4
1111
github.com/aws/aws-lambda-go v1.47.0
1212
github.com/aws/aws-sdk-go v1.55.6
1313
github.com/basgys/goxml2json v1.1.0
@@ -99,13 +99,10 @@ require (
9999
go.opentelemetry.io/otel v1.34.0 // indirect
100100
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect
101101
go.opentelemetry.io/otel/metric v1.34.0 // indirect
102+
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
102103
go.opentelemetry.io/otel/trace v1.34.0 // indirect
103-
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
104-
golang.org/x/mod v0.19.0 // indirect
105-
golang.org/x/sync v0.12.0 // indirect
106104
golang.org/x/sys v0.31.0 // indirect
107105
golang.org/x/text v0.23.0 // indirect
108-
golang.org/x/tools v0.23.0 // indirect
109106
google.golang.org/protobuf v1.36.5 // indirect
110107
gopkg.in/warnings.v0 v0.1.2 // indirect
111108
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)