Skip to content

Commit 3ec03c2

Browse files
Bump github.com/DataDog/dd-trace-go/v2 in /test/new-e2e
Bumps [github.com/DataDog/dd-trace-go/v2](https://github.com/DataDog/dd-trace-go) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/DataDog/dd-trace-go/releases) - [Commits](DataDog/dd-trace-go@v2.2.2...v2.3.0) --- updated-dependencies: - dependency-name: github.com/DataDog/dd-trace-go/v2 dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 604ccaa commit 3ec03c2

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

test/new-e2e/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ require (
239239
github.com/DataDog/datadog-agent/pkg/networkpath/payload v0.0.0-20250128160050-7ac9ccd58c07
240240
github.com/DataDog/datadog-agent/pkg/trace v0.67.0
241241
github.com/DataDog/datadog-go/v5 v5.8.1
242-
github.com/DataDog/dd-trace-go/v2 v2.2.2
242+
github.com/DataDog/dd-trace-go/v2 v2.3.1
243243
github.com/DataDog/orchestrion v1.4.0
244244
github.com/avast/retry-go/v4 v4.6.1
245245
github.com/aws/aws-sdk-go-v2/service/s3 v1.88.3
@@ -251,13 +251,12 @@ require (
251251
)
252252

253253
require (
254-
github.com/DataDog/appsec-internal-go v1.14.0 // indirect
255254
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.67.0 // indirect
256255
github.com/DataDog/datadog-agent/comp/core/tagger/utils v0.60.0 // indirect
257256
github.com/DataDog/datadog-agent/pkg/network/payload v0.0.0-20250128160050-7ac9ccd58c07 // indirect
258257
github.com/DataDog/datadog-agent/pkg/obfuscate v0.67.0 // indirect
259258
github.com/DataDog/datadog-agent/pkg/opentelemetry-mapping-go/otlp/attributes v0.71.0-rc.1 // indirect
260-
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.67.0 // indirect
259+
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.69.0 // indirect
261260
github.com/DataDog/datadog-agent/pkg/tagger/types v0.60.0 // indirect
262261
github.com/DataDog/datadog-agent/pkg/util/log v0.67.0 // indirect
263262
github.com/DataDog/go-libddwaf/v4 v4.3.2 // indirect
@@ -269,6 +268,7 @@ require (
269268
github.com/aws/aws-sdk-go v1.55.7 // indirect
270269
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb // indirect
271270
github.com/blang/semver/v4 v4.0.0 // indirect
271+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
272272
github.com/cespare/xxhash/v2 v2.3.0 // indirect
273273
github.com/charmbracelet/colorprofile v0.3.0 // indirect
274274
github.com/charmbracelet/x/ansi v0.8.0 // indirect
@@ -285,7 +285,6 @@ require (
285285
github.com/docker/distribution v2.8.3+incompatible // indirect
286286
github.com/docker/docker-credential-helpers v0.8.2 // indirect
287287
github.com/dustin/go-humanize v1.0.1 // indirect
288-
github.com/eapache/queue/v2 v2.0.0-20230407133247-75960ed334e4 // indirect
289288
github.com/ebitengine/purego v0.9.0 // indirect
290289
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
291290
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
@@ -322,6 +321,7 @@ require (
322321
github.com/rs/zerolog v1.34.0 // indirect
323322
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
324323
github.com/shirou/gopsutil/v4 v4.25.9 // indirect
324+
github.com/theckman/httpforwarded v0.4.0 // indirect
325325
github.com/tklauser/go-sysconf v0.3.15 // indirect
326326
github.com/tklauser/numcpus v0.10.0 // indirect
327327
github.com/twinj/uuid v0.0.0-20151029044442-89173bcdda19 // indirect

test/new-e2e/go.sum

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)