Skip to content

Commit

Permalink
run go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshg13 committed May 6, 2024
1 parent 46ba499 commit 4a3bb49
Showing 1 changed file with 58 additions and 58 deletions.
116 changes: 58 additions & 58 deletions comp/otelcol/otlp/components/exporter/datadogexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ replace (
)

require (
github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.54.0-rc.1
github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.54.0-rc.2
github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.54.0-rc.1
github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.54.0-rc.1
github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.54.0-rc.1
github.com/DataDog/datadog-agent/pkg/logs/message v0.54.0-rc.1
github.com/DataDog/datadog-agent/pkg/serializer v0.54.0-rc.1
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.54.0-rc.1
github.com/DataDog/datadog-agent/pkg/logs/message v0.54.0-rc.2
github.com/DataDog/datadog-agent/pkg/serializer v0.54.0-rc.2
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.54.0-rc.2
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.15.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.15.0
github.com/stretchr/testify v1.9.0
Expand All @@ -104,60 +104,60 @@ require (

require (
github.com/DataDog/agent-payload/v5 v5.0.114 // indirect
github.com/DataDog/datadog-agent/comp/core/config v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/core/log v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/core/secrets v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/core/status v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/core/telemetry v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/def v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/logs/agent/config v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/serializer/compression v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/config/env v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/config/model v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/config/setup v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/config/utils v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/logs/auditor v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/logs/client v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/logs/metrics v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/logs/processor v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/logs/sds v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/logs/sender v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/logs/sources v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/metrics v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/process/util/api v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/proto v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/status/health v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/tagger/types v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/tagset v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/telemetry v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/backoff v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/buf v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/common v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/http v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/json v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/sort v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/startstop v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/statstracker v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/pkg/version v0.54.0-rc.1 // indirect
github.com/DataDog/datadog-agent/comp/core/config v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/comp/core/log v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/comp/core/secrets v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/comp/core/status v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/comp/core/telemetry v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/comp/def v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/comp/logs/agent/config v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/comp/serializer/compression v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/env v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/model v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/setup v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/utils v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/auditor v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/client v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/metrics v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/processor v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/sds v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/sender v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/sources v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/metrics v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/orchestrator/model v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/process/util/api v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/proto v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/status/health v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/tagger/types v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/tagset v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/telemetry v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/backoff v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/buf v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/common v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/http v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/json v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/sort v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/startstop v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/statstracker v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-agent/pkg/version v0.54.0-rc.2 // indirect
github.com/DataDog/datadog-api-client-go/v2 v2.24.0 // indirect
github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240419161837-f1b2f553edfe // indirect
github.com/DataDog/mmh3 v0.0.0-20210722141835-012dc69a9e49 // indirect
Expand Down

0 comments on commit 4a3bb49

Please sign in to comment.