Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion comp/otelcol/ddflareextension/impl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/winutil v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
github.com/DataDog/datadog-api-client-go/v2 v2.55.0 // indirect
github.com/DataDog/datadog-go/v5 v5.8.3 // indirect
github.com/DataDog/go-sqllexer v0.1.13 // indirect
github.com/DataDog/go-sqllexer v0.2.1 // indirect
github.com/DataDog/go-tuf v1.1.1-0.5.2 // indirect
github.com/DataDog/mmh3 v0.0.0-20210722141835-012dc69a9e49 // indirect
github.com/DataDog/sketches-go v1.4.8 // indirect
Expand Down
4 changes: 2 additions & 2 deletions comp/otelcol/ddflareextension/impl/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion comp/otelcol/ddprofilingextension/impl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ require (
github.com/DataDog/datadog-api-client-go/v2 v2.55.0 // indirect
github.com/DataDog/go-libddwaf/v3 v3.5.4 // indirect
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20250721125240-fdf1ef85b633 // indirect
github.com/DataDog/go-sqllexer v0.1.13 // indirect
github.com/DataDog/go-sqllexer v0.2.1 // indirect
github.com/DataDog/go-tuf v1.1.1-0.5.2 // indirect
github.com/DataDog/gohai v0.0.0-20230524154621-4316413895ee // indirect
github.com/DataDog/gostackparse v0.7.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions comp/otelcol/ddprofilingextension/impl/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/winutil v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
github.com/DataDog/datadog-agent/pkg/version v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
github.com/DataDog/datadog-api-client-go/v2 v2.55.0 // indirect
github.com/DataDog/go-sqllexer v0.1.13 // indirect
github.com/DataDog/go-sqllexer v0.2.1 // indirect
github.com/DataDog/go-tuf v1.1.1-0.5.2 // indirect
github.com/DataDog/mmh3 v0.0.0-20210722141835-012dc69a9e49 // indirect
github.com/DataDog/sketches-go v1.4.8 // indirect
Expand Down
4 changes: 2 additions & 2 deletions comp/otelcol/otlp/components/exporter/datadogexporter/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ require (
github.com/DataDog/datadog-operator/api v0.0.0-20260218132256-6fb0dc76eec6
github.com/DataDog/datadog-traceroute v1.0.13
github.com/DataDog/ebpf-manager v0.7.16
github.com/DataDog/go-sqllexer v0.1.13
github.com/DataDog/go-sqllexer v0.2.1
github.com/DataDog/nikos v1.12.12
github.com/DataDog/sketches-go v1.4.8
github.com/DataDog/viper v1.15.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/obfuscate/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.25.0

require (
github.com/DataDog/datadog-go/v5 v5.8.3
github.com/DataDog/go-sqllexer v0.1.13
github.com/DataDog/go-sqllexer v0.2.1
github.com/outcaste-io/ristretto v0.2.3
github.com/stretchr/testify v1.11.1
go.uber.org/atomic v1.11.0
Expand Down
4 changes: 2 additions & 2 deletions pkg/obfuscate/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/trace/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/system v0.72.0-rc.5 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.72.0-rc.5 // indirect
github.com/DataDog/datadog-agent/pkg/version v0.72.2 // indirect
github.com/DataDog/go-sqllexer v0.1.13 // indirect
github.com/DataDog/go-sqllexer v0.2.1 // indirect
github.com/DataDog/go-tuf v1.1.1-0.5.2 // indirect
github.com/DataDog/zstd v1.5.7 // indirect
github.com/beorn7/perks v1.0.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions pkg/trace/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/trace/otel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/system v0.72.0-rc.5 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.72.0-rc.5 // indirect
github.com/DataDog/datadog-agent/pkg/version v0.72.2 // indirect
github.com/DataDog/go-sqllexer v0.1.13 // indirect
github.com/DataDog/go-sqllexer v0.2.1 // indirect
github.com/DataDog/go-tuf v1.1.1-0.5.2 // indirect
github.com/DataDog/sketches-go v1.4.8 // indirect
github.com/DataDog/viper v1.15.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions pkg/trace/otel/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/trace/stats/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/log v0.73.0-rc.5 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.73.0-rc.5 // indirect
github.com/DataDog/datadog-agent/pkg/version v0.72.2 // indirect
github.com/DataDog/go-sqllexer v0.1.13 // indirect
github.com/DataDog/go-sqllexer v0.2.1 // indirect
github.com/DataDog/go-tuf v1.1.1-0.5.2 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions pkg/trace/stats/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions releasenotes/notes/bump-go-sqllexer-v0.2.1-9cfd836faafcf1b9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Each section from every release note are combined when the
# CHANGELOG.rst is rendered. So the text needs to be worded so that
# it does not depend on any information only available in another
# section. This may mean repeating some details, but each section
# must be readable independently of the other.
#
# Each section note must be formatted as reStructuredText.
---
fixes:
- |
[DBM] Bump ``go-sqllexer`` to v0.2.1 to fix the following bugs:
- Fixes table name metadata extraction to correctly collect all table names
from comma-separated table lists (e.g., ``SELECT * FROM t1, t2``).
2 changes: 1 addition & 1 deletion test/new-e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/log v0.76.0-rc.4 // indirect
github.com/DataDog/go-libddwaf/v4 v4.8.0 // indirect
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20250721125240-fdf1ef85b633 // indirect
github.com/DataDog/go-sqllexer v0.1.13 // indirect
github.com/DataDog/go-sqllexer v0.2.1 // indirect
github.com/DataDog/go-tuf v1.1.1-0.5.2 // indirect
github.com/DataDog/sketches-go v1.4.8 // indirect
github.com/Masterminds/semver/v3 v3.4.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions test/new-e2e/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/otel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ require (
github.com/DataDog/datadog-agent/pkg/version v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
github.com/DataDog/datadog-api-client-go/v2 v2.55.0 // indirect
github.com/DataDog/datadog-go/v5 v5.8.3 // indirect
github.com/DataDog/go-sqllexer v0.1.13 // indirect; indirectom/DataDog/go-tuf v1.1.1-0.5.2 // indirect
github.com/DataDog/go-sqllexer v0.2.1 // indirect
github.com/DataDog/sketches-go v1.4.8 // indirect
github.com/DataDog/viper v1.15.1 // indirect
github.com/DataDog/zstd v1.5.7 // indirect
Expand Down
4 changes: 2 additions & 2 deletions test/otel/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading