Skip to content

Commit 79f9b5f

Browse files
fix(deps): update module github.com/sap/go-hdb to v1
1 parent 06bc7de commit 79f9b5f

File tree

2 files changed

+8
-193
lines changed

2 files changed

+8
-193
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.7
55
require (
66
github.com/Knetic/govaluate v3.0.0+incompatible
77
github.com/MonetDB/MonetDB-Go v1.1.0
8-
github.com/SAP/go-hdb v0.113.10
8+
github.com/SAP/go-hdb v1.14.9
99
github.com/aws/aws-lambda-go v1.50.0
1010
github.com/aws/aws-sdk-go-v2/config v1.31.15
1111
github.com/aws/aws-sdk-go-v2/service/kms v1.46.2
@@ -116,9 +116,8 @@ require (
116116
go.opentelemetry.io/otel/metric v1.34.0 // indirect
117117
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
118118
go.opentelemetry.io/otel/trace v1.34.0 // indirect
119-
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
120119
golang.org/x/sys v0.35.0 // indirect
121-
golang.org/x/text v0.28.0 // indirect
120+
golang.org/x/text v0.30.0 // indirect
122121
google.golang.org/protobuf v1.36.5 // indirect
123122
gopkg.in/warnings.v0 v0.1.2 // indirect
124123
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)