We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c4c93 commit aa18328Copy full SHA for aa18328
2 files changed
go.mod
@@ -5,7 +5,7 @@ go 1.26.4
5
require (
6
github.com/Knetic/govaluate v3.0.0+incompatible
7
github.com/MonetDB/MonetDB-Go v1.1.0
8
- github.com/SAP/go-hdb v0.113.10
+ github.com/SAP/go-hdb v1.16.12
9
github.com/aws/aws-lambda-go v1.54.0
10
github.com/aws/aws-sdk-go-v2/config v1.32.25
11
github.com/aws/aws-sdk-go-v2/service/kms v1.53.4
@@ -116,7 +116,6 @@ require (
116
go.opentelemetry.io/otel/metric v1.43.0 // indirect
117
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
118
go.opentelemetry.io/otel/trace v1.43.0 // indirect
119
- golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect
120
golang.org/x/sys v0.46.0 // indirect
121
golang.org/x/text v0.38.0 // indirect
122
google.golang.org/protobuf v1.36.11 // indirect
0 commit comments