@@ -365,6 +365,7 @@ require (
365
365
github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
366
366
github.com/DataDog/datadog-agent/pkg/api v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
367
367
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
368
+ github.com/DataDog/datadog-agent/pkg/config/create v0.0.0-20250407180930-ebfcfa2817ce // indirect
368
369
github.com/DataDog/datadog-agent/pkg/config/env v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
369
370
github.com/DataDog/datadog-agent/pkg/config/mock v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
370
371
github.com/DataDog/datadog-agent/pkg/config/model v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
@@ -412,6 +413,7 @@ require (
412
413
github.com/DataDog/datadog-agent/pkg/util/json v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
413
414
github.com/DataDog/datadog-agent/pkg/util/log v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
414
415
github.com/DataDog/datadog-agent/pkg/util/option v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
416
+ github.com/DataDog/datadog-agent/pkg/util/otel v0.66.0-devel // indirect
415
417
github.com/DataDog/datadog-agent/pkg/util/pointer v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
416
418
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
417
419
github.com/DataDog/datadog-agent/pkg/util/sort v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
@@ -744,9 +746,11 @@ require (
744
746
github.com/mna/redisc v1.3.2 // indirect
745
747
github.com/moby/buildkit v0.14.1 // indirect
746
748
github.com/moby/docker-image-spec v1.3.1 // indirect
749
+ github.com/moby/go-archive v0.1.0 // indirect
747
750
github.com/moby/locker v1.0.1 // indirect
748
751
github.com/moby/patternmatcher v0.6.0 // indirect
749
752
github.com/moby/spdystream v0.5.0 // indirect
753
+ github.com/moby/sys/atomicwriter v0.1.0 // indirect
750
754
github.com/moby/sys/capability v0.3.0 // indirect
751
755
github.com/moby/sys/mountinfo v0.7.2 // indirect
752
756
github.com/moby/sys/sequential v0.6.0 // indirect
@@ -986,10 +990,6 @@ require (
986
990
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
987
991
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
988
992
tags.cncf.io/container-device-interface v1.0.1 // indirect
989
- github.com/DataDog/datadog-agent/pkg/config/create v0.0.0-20250407180930-ebfcfa2817ce // indirect
990
- github.com/DataDog/datadog-agent/pkg/util/otel v0.66.0-devel // indirect
991
- github.com/moby/go-archive v0.1.0 // indirect
992
- github.com/moby/sys/atomicwriter v0.1.0 // indirect
993
993
)
994
994
995
995
// NOTE: replace directives below must always be *temporary*.
@@ -1074,7 +1074,7 @@ replace github.com/prometheus/common => github.com/prometheus/common v0.62.0
1074
1074
1075
1075
// TODO: Use a release version of Beyla once it contains this change:
1076
1076
// https://github.com/grafana/beyla/pull/1904
1077
- replace github.com/grafana/beyla/v2 => github.com/grafana/beyla/v2 v2.0.0-20250513152015-20baad37a3ad
1077
+ replace github.com/grafana/beyla/v2 => github.com/grafana/beyla/v2 v2.0.0-20250514154939-a8013f6986df
1078
1078
1079
1079
// TODO: Use a release verision of OTel once it contains this change:
1080
1080
// https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/39946
0 commit comments