Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new-e2e] Bump dependencies #32171

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
775ac54
Bump github.com/DataDog/datadog-go/v5 in /test/new-e2e
dependabot[bot] Dec 11, 2024
6258af0
Auto-generate go.sum and LICENSE-3rdparty.csv changes
dependabot[bot] Dec 11, 2024
c56f03b
Bump k8s.io/api from 0.31.3 to 0.31.4 in /test/new-e2e
dependabot[bot] Dec 11, 2024
9bcfade
Auto-generate go.sum and LICENSE-3rdparty.csv changes
dependabot[bot] Dec 11, 2024
3bae119
Bump github.com/docker/docker in /test/new-e2e
dependabot[bot] Dec 9, 2024
9a7103c
Auto-generate go.sum and LICENSE-3rdparty.csv changes
dependabot[bot] Dec 9, 2024
278a4f4
Bump github.com/docker/cli in /test/new-e2e
dependabot[bot] Dec 9, 2024
a605785
Auto-generate go.sum and LICENSE-3rdparty.csv changes
dependabot[bot] Dec 9, 2024
6038c01
Bump github.com/hairyhenderson/go-codeowners in /test/new-e2e
dependabot[bot] Oct 28, 2024
2d73be5
Bump github.com/DataDog/datadog-operator
dependabot[bot] Dec 2, 2024
ed3d811
Auto-generate go.sum and LICENSE-3rdparty.csv changes
dependabot[bot] Dec 2, 2024
163b4c7
Bump github.com/aws/aws-sdk-go-v2/service/ssm in /test/new-e2e
dependabot[bot] Oct 21, 2024
7cefcc4
Bump k8s.io/cli-runtime from 0.30.2 to 0.31.1 in /test/new-e2e
dependabot[bot] Oct 21, 2024
77627f4
Auto-generate go.sum and LICENSE-3rdparty.csv changes
dependabot[bot] Oct 21, 2024
9eae93b
Bump k8s.io/apimachinery from 0.30.2 to 0.31.1 in /test/new-e2e
dependabot[bot] Oct 21, 2024
d2540ca
Auto-generate go.sum and LICENSE-3rdparty.csv changes
dependabot[bot] Oct 21, 2024
d9406e4
Bump github.com/aws/aws-sdk-go-v2/service/eks in /test/new-e2e
dependabot[bot] Oct 21, 2024
a4f754a
Bump github.com/aws/aws-sdk-go-v2/service/s3 in /test/new-e2e
dependabot[bot] Oct 21, 2024
8ac4a5b
Bump github.com/pkg/sftp from 1.13.6 to 1.13.7 in /test/new-e2e
dependabot[bot] Oct 25, 2024
19e9e03
Bump github.com/hairyhenderson/go-codeowners in /test/new-e2e
dependabot[bot] Dec 13, 2024
559b241
Bump github.com/DataDog/datadog-operator
dependabot[bot] Dec 13, 2024
15e7d48
Auto-generate go.sum and LICENSE-3rdparty.csv changes
dependabot[bot] Dec 13, 2024
9695999
run go mod tidy and go work sync
pducolin Dec 13, 2024
e268f66
Bump github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs to v0.…
pducolin Dec 13, 2024
bc89f25
[otel] cast ddLog props to string
pducolin Dec 13, 2024
576b4f7
Merge remote-tracking branch 'origin/main' into pducolin/bump-new-e2e…
pducolin Dec 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion comp/otelcol/ddflareextension/impl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.59.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.59.1 // indirect
github.com/DataDog/datadog-api-client-go/v2 v2.33.0 // indirect
github.com/DataDog/datadog-go/v5 v5.5.0 // indirect
github.com/DataDog/datadog-go/v5 v5.6.0 // indirect
github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 // indirect
github.com/DataDog/go-sqllexer v0.0.17 // indirect
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions comp/otelcol/ddflareextension/impl/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ require (
github.com/DataDog/datadog-agent/pkg/proto v0.56.0-rc.3
github.com/DataDog/datadog-agent/pkg/serializer v0.56.0-rc.3
github.com/DataDog/datadog-agent/pkg/trace v0.56.0-rc.3
github.com/DataDog/datadog-go/v5 v5.5.0
github.com/DataDog/datadog-go/v5 v5.6.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.22.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.22.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/datadog v0.115.0
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion comp/otelcol/otlp/components/metricsclient/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/DataDog/datadog-agent/pkg/trace => ../../../../../pkg/trace

require (
github.com/DataDog/datadog-agent/pkg/trace v0.56.0-rc.3
github.com/DataDog/datadog-go/v5 v5.5.0
github.com/DataDog/datadog-go/v5 v5.6.0
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/otel v1.32.0
go.opentelemetry.io/otel/metric v1.32.0
Expand Down
4 changes: 2 additions & 2 deletions comp/otelcol/otlp/components/metricsclient/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion comp/otelcol/otlp/components/statsprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.56.0-rc.3
github.com/DataDog/datadog-agent/pkg/proto v0.56.0-rc.3
github.com/DataDog/datadog-agent/pkg/trace v0.56.0-rc.3
github.com/DataDog/datadog-go/v5 v5.5.0
github.com/DataDog/datadog-go/v5 v5.6.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.22.0
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/collector/component/componenttest v0.115.0
Expand Down
4 changes: 2 additions & 2 deletions comp/otelcol/otlp/components/statsprocessor/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ require (
github.com/DataDog/datadog-agent/pkg/util/log v0.59.1
github.com/DataDog/datadog-agent/pkg/util/pointer v0.59.0
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.59.1
github.com/DataDog/datadog-go/v5 v5.5.0
github.com/DataDog/datadog-operator v0.7.1-0.20241024104907-734366f3c0d1
github.com/DataDog/datadog-go/v5 v5.6.0
github.com/DataDog/datadog-operator v1.11.0-rc.2
github.com/DataDog/ebpf-manager v0.7.4
github.com/DataDog/gopsutil v1.2.2
github.com/DataDog/nikos v1.12.8
Expand Down Expand Up @@ -197,7 +197,7 @@ require (
github.com/cri-o/ocicni v0.4.3
github.com/cyphar/filepath-securejoin v0.3.4
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
github.com/docker/docker v27.3.1+incompatible
github.com/docker/docker v27.4.0+incompatible
github.com/docker/go-connections v0.5.0
github.com/dustin/go-humanize v1.0.1
github.com/elastic/go-libaudit/v2 v2.5.0
Expand Down Expand Up @@ -323,9 +323,9 @@ require (
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
gopkg.in/zorkian/go-datadog-api.v2 v2.30.0
k8s.io/api v0.31.3
k8s.io/api v0.31.4
k8s.io/apiextensions-apiserver v0.31.2
k8s.io/apimachinery v0.31.3
k8s.io/apimachinery v0.31.4
k8s.io/apiserver v0.31.2 // indirect
k8s.io/autoscaler/vertical-pod-autoscaler v0.13.0
k8s.io/client-go v0.31.3
Expand Down Expand Up @@ -403,7 +403,7 @@ require (
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/dgryski/go-jump v0.0.0-20211018200510-ba001c3ffce0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/docker/cli v27.1.1+incompatible // indirect
github.com/docker/cli v27.4.0+incompatible // indirect
github.com/docker/distribution v2.8.3+incompatible // indirect
github.com/docker/docker-credential-helpers v0.8.1 // indirect
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
Expand Down Expand Up @@ -813,7 +813,9 @@ require (
github.com/Showmax/go-fqdn v1.0.0 // indirect
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/alecthomas/assert/v2 v2.6.0 // indirect
github.com/alecthomas/participle/v2 v2.1.1 // indirect
github.com/alecthomas/repr v0.4.0 // indirect
github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092 // indirect
github.com/antchfx/xmlquery v1.4.2 // indirect
github.com/antchfx/xpath v1.3.2 // indirect
Expand Down
32 changes: 16 additions & 16 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/OpenPeeDeeP/depguard/v2 v2.2.0 // indirect
github.com/ProtonMail/go-crypto v1.1.0-alpha.0 // indirect
github.com/alecthomas/assert/v2 v2.3.0 // indirect
github.com/alecthomas/assert/v2 v2.6.0 // indirect
github.com/alecthomas/go-check-sumtype v0.1.4 // indirect
github.com/alexkohler/nakedret/v2 v2.0.4 // indirect
github.com/alexkohler/prealloc v1.0.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions internal/tools/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/config/remote/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.59.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.59.1 // indirect
github.com/DataDog/datadog-agent/pkg/version v0.59.1 // indirect
github.com/DataDog/datadog-go/v5 v5.5.0 // indirect
github.com/DataDog/datadog-go/v5 v5.6.0 // indirect
github.com/DataDog/go-libddwaf/v3 v3.5.1 // indirect
github.com/DataDog/go-sqllexer v0.0.17 // indirect
github.com/DataDog/sketches-go v1.4.6 // indirect
Expand Down
4 changes: 2 additions & 2 deletions pkg/config/remote/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/obfuscate/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/DataDog/datadog-agent/pkg/obfuscate
go 1.22.0

require (
github.com/DataDog/datadog-go/v5 v5.5.0
github.com/DataDog/datadog-go/v5 v5.6.0
github.com/DataDog/go-sqllexer v0.0.17
github.com/outcaste-io/ristretto v0.2.3
github.com/stretchr/testify v1.10.0
Expand Down
4 changes: 2 additions & 2 deletions pkg/obfuscate/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/trace/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/log v0.59.0
github.com/DataDog/datadog-agent/pkg/util/pointer v0.59.0
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.59.0
github.com/DataDog/datadog-go/v5 v5.5.0
github.com/DataDog/datadog-go/v5 v5.6.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.22.0
github.com/DataDog/sketches-go v1.4.6
github.com/Microsoft/go-winio v0.6.2
Expand Down
Loading
Loading