Skip to content

Commit

Permalink
[OTAGENT-293] upgrade modules used by otel to Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Feb 12, 2025
1 parent 4e0e685 commit 4039acb
Show file tree
Hide file tree
Showing 110 changed files with 110 additions and 110 deletions.
2 changes: 1 addition & 1 deletion comp/api/api/def/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/api/api/def

go 1.22.0
go 1.23.0

require go.uber.org/fx v1.23.0

Expand Down
2 changes: 1 addition & 1 deletion comp/core/config/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/config

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/core/flare/types v0.56.0-rc.3
Expand Down
2 changes: 1 addition & 1 deletion comp/core/flare/builder/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/flare/builder

go 1.22.0
go 1.23.0

// This section was automatically added by 'invoke modules.add-all-replace' command, do not edit manually

Expand Down
2 changes: 1 addition & 1 deletion comp/core/flare/types/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/flare/types

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.56.0-rc.3
Expand Down
2 changes: 1 addition & 1 deletion comp/core/hostname/hostnameinterface/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.56.0-rc.3
Expand Down
2 changes: 1 addition & 1 deletion comp/core/log/def/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/log/def

go 1.22.0
go 1.23.0

require github.com/stretchr/testify v1.10.0

Expand Down
2 changes: 1 addition & 1 deletion comp/core/log/fx/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/log/fx

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/core/log/impl v0.61.0
Expand Down
2 changes: 1 addition & 1 deletion comp/core/log/impl/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/log/impl

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/core/config v0.64.0-devel
Expand Down
2 changes: 1 addition & 1 deletion comp/core/log/mock/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/log/mock

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/core/log/def v0.64.0-devel
Expand Down
2 changes: 1 addition & 1 deletion comp/core/secrets/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/secrets

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/api/api/def v0.56.0-rc.3
Expand Down
2 changes: 1 addition & 1 deletion comp/core/status/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/status

go 1.22.0
go 1.23.0

require (
github.com/dustin/go-humanize v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion comp/core/tagger/def/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/tagger/def

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/core/config v0.59.0
Expand Down
2 changes: 1 addition & 1 deletion comp/core/tagger/fx-remote/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/tagger/fx-remote

go 1.22.0
go 1.23.0

toolchain go1.23.3

Expand Down
2 changes: 1 addition & 1 deletion comp/core/tagger/generic_store/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/tagger/generic_store

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/core/tagger/types v0.59.0
Expand Down
2 changes: 1 addition & 1 deletion comp/core/tagger/impl-remote/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/tagger/impl-remote

go 1.22.0
go 1.23.0

toolchain go1.23.3

Expand Down
2 changes: 1 addition & 1 deletion comp/core/tagger/origindetection/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/tagger/origindetection

go 1.22.0
go 1.23.0

require github.com/stretchr/testify v1.10.0

Expand Down
2 changes: 1 addition & 1 deletion comp/core/tagger/subscriber/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/tagger/subscriber

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/core/tagger/telemetry v0.0.0-20250129172314-517df3f51a84
Expand Down
2 changes: 1 addition & 1 deletion comp/core/tagger/tags/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/tagger/tags

go 1.22.0
go 1.23.0

// This section was automatically added by 'invoke modules.add-all-replace' command, do not edit manually

Expand Down
2 changes: 1 addition & 1 deletion comp/core/tagger/telemetry/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/tagger/telemetry

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/core/tagger/types v0.59.0
Expand Down
2 changes: 1 addition & 1 deletion comp/core/tagger/types/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/tagger/types

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.59.0
Expand Down
2 changes: 1 addition & 1 deletion comp/core/tagger/utils/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/tagger/utils

go 1.22.0
go 1.23.0

require github.com/stretchr/testify v1.10.0

Expand Down
2 changes: 1 addition & 1 deletion comp/core/telemetry/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/core/telemetry

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.56.0-rc.3
Expand Down
2 changes: 1 addition & 1 deletion comp/def/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/def

go 1.22.0
go 1.23.0

require github.com/stretchr/testify v1.10.0

Expand Down
2 changes: 1 addition & 1 deletion comp/forwarder/defaultforwarder/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/core/config v0.57.1
Expand Down
2 changes: 1 addition & 1 deletion comp/forwarder/orchestrator/orchestratorinterface/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface

go 1.22.0
go 1.23.0

require github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.56.0-rc.3

Expand Down
2 changes: 1 addition & 1 deletion comp/logs/agent/config/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/logs/agent/config

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/core/config v0.56.0-rc.3
Expand Down
2 changes: 1 addition & 1 deletion comp/otelcol/ddprofilingextension/def/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/otelcol/ddprofilingextension/def

go 1.22.0
go 1.23.0

require go.opentelemetry.io/collector/extension v0.119.0

Expand Down
2 changes: 1 addition & 1 deletion comp/otelcol/ddprofilingextension/impl/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/otelcol/ddprofilingextension/impl

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/core/log/def v0.64.0-devel
Expand Down
2 changes: 1 addition & 1 deletion comp/otelcol/logsagentpipeline/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline

go 1.22.0
go 1.23.0

require github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.56.0-rc.3

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/core/config v0.64.0-devel
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/datadogexporter

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.56.0-rc.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/logs/agent/config v0.56.0-rc.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/pkg/metrics v0.56.0-rc.3
Expand Down
2 changes: 1 addition & 1 deletion comp/otelcol/otlp/components/metricsclient/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/pkg/trace v0.56.0-rc.3
Expand Down
2 changes: 1 addition & 1 deletion comp/otelcol/otlp/components/statsprocessor/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.56.0-rc.3
Expand Down
2 changes: 1 addition & 1 deletion comp/otelcol/otlp/testutil/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/pkg/config/mock v0.59.0
Expand Down
2 changes: 1 addition & 1 deletion comp/serializer/logscompression/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/serializer/logscompression

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/pkg/util/compression v0.56.0-rc.3
Expand Down
2 changes: 1 addition & 1 deletion comp/serializer/metricscompression/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/serializer/metricscompression

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/core/config v0.64.0-devel
Expand Down
2 changes: 1 addition & 1 deletion comp/trace/agent/def/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/trace/agent/def

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-devel
Expand Down
2 changes: 1 addition & 1 deletion comp/trace/compression/def/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/trace/compression/def

go 1.22.0
go 1.23.0

// This section was automatically added by 'invoke modules.add-all-replace' command, do not edit manually

Expand Down
2 changes: 1 addition & 1 deletion comp/trace/compression/impl-gzip/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip

go 1.22.0
go 1.23.0

require github.com/DataDog/datadog-agent/comp/trace/compression/def v0.56.0-rc.3

Expand Down
2 changes: 1 addition & 1 deletion comp/trace/compression/impl-zstd/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/comp/trace/compression/impl-zstd

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/trace/compression/def v0.56.0-rc.3
Expand Down
2 changes: 1 addition & 1 deletion pkg/aggregator/ckey/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/pkg/aggregator/ckey

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/pkg/tagset v0.56.0-rc.3
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/pkg/api

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/comp/core/config v0.56.0-rc.3
Expand Down
2 changes: 1 addition & 1 deletion pkg/collector/check/defaults/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/pkg/collector/check/defaults

go 1.22.0
go 1.23.0

// This section was automatically added by 'invoke modules.add-all-replace' command, do not edit manually

Expand Down
2 changes: 1 addition & 1 deletion pkg/config/env/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/pkg/config/env

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/pkg/config/model v0.56.0-rc.3
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/mock/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/pkg/config/mock

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/pkg/config/model v0.64.0-devel
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/model/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/pkg/config/model

go 1.22.0
go 1.23.0

require (
github.com/DataDog/datadog-agent/pkg/util/log v0.56.0-rc.3
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/nodetreemodel/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/pkg/config/nodetreemodel

go 1.22.0
go 1.23.0

// Internal deps fix version
replace github.com/spf13/cast => github.com/DataDog/cast v1.8.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/setup/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent/pkg/config/setup

go 1.22.0
go 1.23.0

// Internal deps fix version
replace github.com/spf13/cast => github.com/DataDog/cast v1.8.0
Expand Down
Loading

0 comments on commit 4039acb

Please sign in to comment.