File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
connector/datadogconnector Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ require (
5151require github.com/DataDog/datadog-agent/comp/core/secrets/noop-impl v0.0.0-20251030121902-cd89eab046d6 // indirect
5252
5353require (
54- github.com/DataDog/datadog-agent/pkg/orchestrator/util v0.73.0-devel.0.20251119154241-4f9b6bc // indirect
54+ github.com/DataDog/datadog-agent/pkg/orchestrator/util v0.0.0-20251121081847-15519f4e16d4 // indirect
5555 github.com/aws/aws-sdk-go-v2/service/ec2 v1.259.0 // indirect
5656 github.com/aws/aws-sdk-go-v2/service/lightsail v1.49.1 // indirect
5757 github.com/containerd/platforms v1.0.0-rc.1 // indirect
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ require (
4343)
4444
4545require (
46- github.com/DataDog/datadog-agent/pkg/orchestrator/util v0.73.0-devel.0.20251119154241-4f9b6bc // indirect
46+ github.com/DataDog/datadog-agent/pkg/orchestrator/util v0.0.0-20251121081847-15519f4e16d4 // indirect
4747 github.com/klauspost/cpuid/v2 v2.3.0 // indirect
4848 github.com/prometheus/otlptranslator v1.0.0 // indirect
4949 github.com/zeebo/xxh3 v1.0.2 // indirect
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ require (
9191 github.com/DataDog/datadog-agent/pkg/opentelemetry-mapping-go/otlp/metrics v0.73.0-devel.0.20251030121902-cd89eab046d6 // indirect
9292 github.com/DataDog/datadog-agent/pkg/opentelemetry-mapping-go/otlp/rum v0.72.0-devel.0.20250907091827-dbb380833b5f // indirect
9393 github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.73.0-devel.0.20251030121902-cd89eab046d6 // indirect
94- github.com/DataDog/datadog-agent/pkg/orchestrator/util v0.73.0-devel.0.20251119154241-4f9b6bc // indirect
94+ github.com/DataDog/datadog-agent/pkg/orchestrator/util v0.0.0-20251121081847-15519f4e16d4 // indirect
9595 github.com/DataDog/datadog-agent/pkg/process/util/api v0.73.0-devel.0.20251030121902-cd89eab046d6 // indirect
9696 github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0 // indirect
9797 github.com/DataDog/datadog-agent/pkg/status/health v0.73.0-devel.0.20251030121902-cd89eab046d6 // indirect
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/DataDog/datadog-agent/pkg/opentelemetry-mapping-go/otlp/attributes v0.73.0-devel.0.20251030121902-cd89eab046d6
1414 github.com/DataDog/datadog-agent/pkg/opentelemetry-mapping-go/otlp/logs v0.71.0-rc.1
1515 github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.73.0-devel.0.20251030121902-cd89eab046d6
16- github.com/DataDog/datadog-agent/pkg/orchestrator/util v0.73.0-devel.0.20251119154241-4f9b6bc
16+ github.com/DataDog/datadog-agent/pkg/orchestrator/util v0.0.0-20251121081847-15519f4e16d4
1717 github.com/DataDog/datadog-agent/pkg/util/otel v0.64.0
1818 github.com/DataDog/datadog-agent/pkg/util/scrubber v0.73.0-devel.0.20251030121902-cd89eab046d6
1919 github.com/DataDog/datadog-agent/pkg/version v0.73.0-devel.0.20251030121902-cd89eab046d6
Original file line number Diff line number Diff line change @@ -973,7 +973,7 @@ require go.opentelemetry.io/contrib/instrumentation/runtime v0.63.0
973973
974974require (
975975 cyphar.com/go-pathrs v0.2.1 // indirect
976- github.com/DataDog/datadog-agent/pkg/orchestrator/util v0.73.0-devel.0.20251119154241-4f9b6bc // indirect
976+ github.com/DataDog/datadog-agent/pkg/orchestrator/util v0.0.0-20251121081847-15519f4e16d4 // indirect
977977 github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage/filestorage v0.139.0 // indirect
978978 sigs.k8s.io/randfill v1.0.0 // indirect
979979 sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ require (
5555 github.com/DataDog/datadog-agent/comp/core/secrets/noop-impl v0.0.0-20251030121902-cd89eab046d6 // indirect
5656 github.com/DataDog/datadog-agent/comp/core/status v0.73.0-devel.0.20251030121902-cd89eab046d6 // indirect
5757 github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.73.0-devel.0.20251030121902-cd89eab046d6 // indirect
58- github.com/DataDog/datadog-agent/pkg/orchestrator/util v0.73.0-devel.0.20251119154241-4f9b6bc // indirect
58+ github.com/DataDog/datadog-agent/pkg/orchestrator/util v0.0.0-20251121081847-15519f4e16d4 // indirect
5959 github.com/DataDog/go-tuf v1.1.1-0.5.2 // indirect
6060 github.com/DataDog/mmh3 v0.0.0-20210722141835-012dc69a9e49 // indirect
6161 github.com/DataDog/zstd_0 v0.0.0-20210310093942-586c1286621f // indirect
You can’t perform that action at this time.
0 commit comments