Skip to content

Commit

Permalink
fix(deps): update module github.com/sap/go-hdb to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent bd6c468 commit 11f62b0
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 120 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
module github.com/newrelic/nri-flex

go 1.22
go 1.23

toolchain go1.24.0

require (
github.com/Knetic/govaluate v3.0.0+incompatible
github.com/MonetDB/MonetDB-Go v1.1.0
github.com/SAP/go-hdb v0.113.10
github.com/SAP/go-hdb v1.13.2
github.com/aws/aws-lambda-go v1.47.0
github.com/aws/aws-sdk-go v1.55.6
github.com/basgys/goxml2json v1.1.0
Expand All @@ -30,7 +32,7 @@ require (
github.com/stretchr/testify v1.10.0
github.com/vertica/vertica-sql-go v1.3.3
go.uber.org/ratelimit v0.3.1
golang.org/x/crypto v0.32.0
golang.org/x/crypto v0.33.0
golang.org/x/net v0.34.0
gopkg.in/yaml.v2 v2.4.0
gotest.tools v2.2.0+incompatible
Expand Down Expand Up @@ -96,13 +98,11 @@ require (
go.opentelemetry.io/otel v1.29.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect
go.opentelemetry.io/otel/metric v1.29.0 // indirect
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
go.opentelemetry.io/otel/trace v1.29.0 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
golang.org/x/tools v0.23.0 // indirect
google.golang.org/protobuf v1.36.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
Expand Down
Loading

0 comments on commit 11f62b0

Please sign in to comment.