Skip to content

Commit

Permalink
Replace version numbers for compression module
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Dec 20, 2024
1 parent d55cf94 commit 3bc1ad9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion comp/otelcol/logsagentpipeline/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ require (
github.com/DataDog/datadog-agent/comp/core/telemetry v0.56.0-rc.3 // indirect
github.com/DataDog/datadog-agent/comp/def v0.56.2 // indirect
github.com/DataDog/datadog-agent/comp/logs/agent/config v0.56.0-rc.3 // indirect
github.com/DataDog/datadog-agent/comp/serializer/compression v0.0.0-00010101000000-000000000000 // indirect
github.com/DataDog/datadog-agent/comp/serializer/compression v0.60.1 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.59.0 // indirect
github.com/DataDog/datadog-agent/pkg/config/env v0.59.0 // indirect
github.com/DataDog/datadog-agent/pkg/config/model v0.59.0 // indirect
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ require (
github.com/DataDog/datadog-agent/comp/core/log/mock v0.0.0-00010101000000-000000000000
github.com/DataDog/datadog-agent/comp/logs/agent/config v0.56.0-rc.3
github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.56.0-rc.3
github.com/DataDog/datadog-agent/comp/serializer/compression v0.0.0-00010101000000-000000000000
github.com/DataDog/datadog-agent/comp/serializer/compression v0.60.1
github.com/DataDog/datadog-agent/pkg/config/model v0.59.0
github.com/DataDog/datadog-agent/pkg/config/setup v0.59.0
github.com/DataDog/datadog-agent/pkg/logs/auditor v0.56.0-rc.3
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ require (
github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.59.0
github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/processor/infraattributesprocessor v0.59.0
github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.57.0-devel.0.20240718200853-81bf3b2e412d
github.com/DataDog/datadog-agent/comp/serializer/compression v0.59.0-rc.6
github.com/DataDog/datadog-agent/comp/serializer/compression v0.60.1
github.com/DataDog/datadog-agent/comp/trace/agent/def v0.59.0-rc.6
github.com/DataDog/datadog-agent/comp/trace/compression/def v0.59.0
github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.59.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/logs/pipeline/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ replace (
require (
github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.56.0-rc.3
github.com/DataDog/datadog-agent/comp/logs/agent/config v0.56.0-rc.3
github.com/DataDog/datadog-agent/comp/serializer/compression v0.0.0-00010101000000-000000000000
github.com/DataDog/datadog-agent/comp/serializer/compression v0.60.1
github.com/DataDog/datadog-agent/pkg/config/model v0.59.0
github.com/DataDog/datadog-agent/pkg/config/setup v0.59.0
github.com/DataDog/datadog-agent/pkg/logs/auditor v0.56.0-rc.3
Expand Down
2 changes: 1 addition & 1 deletion pkg/logs/sender/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ replace (

require (
github.com/DataDog/datadog-agent/comp/logs/agent/config v0.56.0-rc.3
github.com/DataDog/datadog-agent/comp/serializer/compression v0.0.0-00010101000000-000000000000
github.com/DataDog/datadog-agent/comp/serializer/compression v0.60.1
github.com/DataDog/datadog-agent/pkg/config/mock v0.59.0
github.com/DataDog/datadog-agent/pkg/config/model v0.59.0
github.com/DataDog/datadog-agent/pkg/logs/client v0.56.0-rc.3
Expand Down

0 comments on commit 3bc1ad9

Please sign in to comment.