Skip to content

Commit 0832afb

Browse files
chore: bump gopkg.in/DataDog/dd-trace-go.v1 from 1.72.1 to 1.73.0 (#17763)
Bumps gopkg.in/DataDog/dd-trace-go.v1 from 1.72.1 to 1.73.0. <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | gopkg.in/DataDog/dd-trace-go.v1 | [>= 1.58.a, < 1.59] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gopkg.in/DataDog/dd-trace-go.v1&package-manager=go_modules&previous-version=1.72.1&new-version=1.73.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f1df34 commit 0832afb

File tree

2 files changed

+105
-86
lines changed

2 files changed

+105
-86
lines changed

go.mod

+25-25
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ require (
196196
go.uber.org/mock v0.5.0
197197
go4.org/netipx v0.0.0-20230728180743-ad4cb58a6516
198198
golang.org/x/crypto v0.37.0
199-
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
199+
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac
200200
golang.org/x/mod v0.24.0
201201
golang.org/x/net v0.39.0
202202
golang.org/x/oauth2 v0.29.0
@@ -209,7 +209,7 @@ require (
209209
google.golang.org/api v0.231.0
210210
google.golang.org/grpc v1.72.0
211211
google.golang.org/protobuf v1.36.6
212-
gopkg.in/DataDog/dd-trace-go.v1 v1.72.1
212+
gopkg.in/DataDog/dd-trace-go.v1 v1.73.0
213213
gopkg.in/natefinch/lumberjack.v2 v2.2.1
214214
gopkg.in/yaml.v3 v3.0.1
215215
gvisor.dev/gvisor v0.0.0-20240509041132-65b30f7869dc
@@ -227,20 +227,20 @@ require (
227227
filippo.io/edwards25519 v1.1.0 // indirect
228228
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
229229
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
230-
github.com/DataDog/datadog-agent/pkg/obfuscate v0.58.0 // indirect
231-
github.com/DataDog/datadog-agent/pkg/proto v0.58.0 // indirect
232-
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.58.0 // indirect
233-
github.com/DataDog/datadog-agent/pkg/trace v0.58.0 // indirect
234-
github.com/DataDog/datadog-agent/pkg/util/log v0.58.0 // indirect
235-
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.58.0 // indirect
236-
github.com/DataDog/datadog-go/v5 v5.5.0 // indirect
237-
github.com/DataDog/go-libddwaf/v3 v3.5.1 // indirect
230+
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 // indirect
231+
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-rc.1 // indirect
232+
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.64.0-rc.1 // indirect
233+
github.com/DataDog/datadog-agent/pkg/trace v0.64.0-rc.1 // indirect
234+
github.com/DataDog/datadog-agent/pkg/util/log v0.64.0-rc.1 // indirect
235+
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.64.0-rc.1 // indirect
236+
github.com/DataDog/datadog-go/v5 v5.6.0 // indirect
237+
github.com/DataDog/go-libddwaf/v3 v3.5.3 // indirect
238238
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20241206090539-a14610dc22b6 // indirect
239-
github.com/DataDog/go-sqllexer v0.0.14 // indirect
239+
github.com/DataDog/go-sqllexer v0.1.0 // indirect
240240
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect
241241
github.com/DataDog/gostackparse v0.7.0 // indirect
242-
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.20.0 // indirect
243-
github.com/DataDog/sketches-go v1.4.5 // indirect
242+
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.26.0 // indirect
243+
github.com/DataDog/sketches-go v1.4.7 // indirect
244244
github.com/KyleBanks/depth v1.2.1 // indirect
245245
github.com/Microsoft/go-winio v0.6.2 // indirect
246246
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
@@ -323,7 +323,7 @@ require (
323323
github.com/google/btree v1.1.2 // indirect
324324
github.com/google/go-querystring v1.1.0 // indirect
325325
github.com/google/nftables v0.2.0 // indirect
326-
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect
326+
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
327327
github.com/google/s2a-go v0.1.9 // indirect
328328
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
329329
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
@@ -392,7 +392,7 @@ require (
392392
github.com/opencontainers/runc v1.2.3 // indirect
393393
github.com/outcaste-io/ristretto v0.2.3 // indirect
394394
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
395-
github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
395+
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
396396
github.com/pierrec/lz4/v4 v4.1.18 // indirect
397397
github.com/pion/transport/v2 v2.2.10 // indirect
398398
github.com/pion/transport/v3 v3.0.7 // indirect
@@ -407,8 +407,6 @@ require (
407407
github.com/ryanuber/go-glob v1.0.0 // indirect
408408
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
409409
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
410-
github.com/shirou/gopsutil/v3 v3.24.4 // indirect
411-
github.com/shoenig/go-m1cpu v0.1.6 // indirect
412410
github.com/sirupsen/logrus v1.9.3 // indirect
413411
github.com/spaolacci/murmur3 v1.1.0 // indirect
414412
github.com/spf13/cast v1.7.1 // indirect
@@ -426,9 +424,9 @@ require (
426424
github.com/tdewolff/test v1.0.11-0.20240106005702-7de5f7df4739 // indirect
427425
github.com/tidwall/match v1.1.1 // indirect
428426
github.com/tidwall/pretty v1.2.1 // indirect
429-
github.com/tinylib/msgp v1.2.1 // indirect
430-
github.com/tklauser/go-sysconf v0.3.13 // indirect
431-
github.com/tklauser/numcpus v0.7.0 // indirect
427+
github.com/tinylib/msgp v1.2.5 // indirect
428+
github.com/tklauser/go-sysconf v0.3.14 // indirect
429+
github.com/tklauser/numcpus v0.8.0 // indirect
432430
github.com/u-root/uio v0.0.0-20240209044354-b3d14b93376a // indirect
433431
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect
434432
github.com/vishvananda/netns v0.0.4 // indirect
@@ -447,11 +445,10 @@ require (
447445
github.com/zclconf/go-cty v1.16.2
448446
github.com/zeebo/errs v1.4.0 // indirect
449447
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
450-
go.opentelemetry.io/collector/component v0.104.0 // indirect
451-
go.opentelemetry.io/collector/config/configtelemetry v0.104.0 // indirect
452-
go.opentelemetry.io/collector/pdata v1.11.0 // indirect
453-
go.opentelemetry.io/collector/pdata/pprofile v0.104.0 // indirect
454-
go.opentelemetry.io/collector/semconv v0.104.0 // indirect
448+
go.opentelemetry.io/collector/component v0.120.0 // indirect
449+
go.opentelemetry.io/collector/pdata v1.26.0 // indirect
450+
go.opentelemetry.io/collector/pdata/pprofile v0.120.0 // indirect
451+
go.opentelemetry.io/collector/semconv v0.120.0 // indirect
455452
go.opentelemetry.io/contrib v1.19.0 // indirect
456453
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
457454
go.opentelemetry.io/otel/metric v1.35.0 // indirect
@@ -502,6 +499,8 @@ require (
502499
cloud.google.com/go/iam v1.4.0 // indirect
503500
cloud.google.com/go/monitoring v1.24.0 // indirect
504501
cloud.google.com/go/storage v1.50.0 // indirect
502+
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 // indirect
503+
github.com/DataDog/datadog-agent/pkg/version v0.64.0-rc.1 // indirect
505504
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.26.0 // indirect
506505
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.50.0 // indirect
507506
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.50.0 // indirect
@@ -519,6 +518,7 @@ require (
519518
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
520519
github.com/moby/sys/user v0.3.0 // indirect
521520
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
521+
github.com/puzpuzpuz/xsync/v3 v3.5.1 // indirect
522522
github.com/samber/lo v1.49.1 // indirect
523523
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
524524
github.com/tidwall/sjson v1.2.5 // indirect

0 commit comments

Comments
 (0)