Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0832afb

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 PullRequest</summary>| Dependency Name | Ignore Conditions || --- | --- || gopkg.in/DataDog/dd-trace-go.v1 | [>= 1.58.a, < 1.59] |</details>[![Dependabot compatibilityscore](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR 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 parent4f1df34 commit0832afb

File tree

2 files changed

+105
-86
lines changed

2 files changed

+105
-86
lines changed

‎go.mod

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ require (
196196
go.uber.org/mockv0.5.0
197197
go4.org/netipxv0.0.0-20230728180743-ad4cb58a6516
198198
golang.org/x/cryptov0.37.0
199-
golang.org/x/expv0.0.0-20250106191152-7588d65b2ba8
199+
golang.org/x/expv0.0.0-20250210185358-939b2ce775ac
200200
golang.org/x/modv0.24.0
201201
golang.org/x/netv0.39.0
202202
golang.org/x/oauth2v0.29.0
@@ -209,7 +209,7 @@ require (
209209
google.golang.org/apiv0.231.0
210210
google.golang.org/grpcv1.72.0
211211
google.golang.org/protobufv1.36.6
212-
gopkg.in/DataDog/dd-trace-go.v1v1.72.1
212+
gopkg.in/DataDog/dd-trace-go.v1v1.73.0
213213
gopkg.in/natefinch/lumberjack.v2v2.2.1
214214
gopkg.in/yaml.v3v3.0.1
215215
gvisor.dev/gvisorv0.0.0-20240509041132-65b30f7869dc
@@ -227,20 +227,20 @@ require (
227227
filippo.io/edwards25519v1.1.0// indirect
228228
github.com/Azure/go-ansitermv0.0.0-20230124172434-306776ec8161// indirect
229229
github.com/DataDog/appsec-internal-gov1.9.0// indirect
230-
github.com/DataDog/datadog-agent/pkg/obfuscatev0.58.0// indirect
231-
github.com/DataDog/datadog-agent/pkg/protov0.58.0// indirect
232-
github.com/DataDog/datadog-agent/pkg/remoteconfig/statev0.58.0// indirect
233-
github.com/DataDog/datadog-agent/pkg/tracev0.58.0// indirect
234-
github.com/DataDog/datadog-agent/pkg/util/logv0.58.0// indirect
235-
github.com/DataDog/datadog-agent/pkg/util/scrubberv0.58.0// indirect
236-
github.com/DataDog/datadog-go/v5v5.5.0// indirect
237-
github.com/DataDog/go-libddwaf/v3v3.5.1// indirect
230+
github.com/DataDog/datadog-agent/pkg/obfuscatev0.64.0-rc.1// indirect
231+
github.com/DataDog/datadog-agent/pkg/protov0.64.0-rc.1// indirect
232+
github.com/DataDog/datadog-agent/pkg/remoteconfig/statev0.64.0-rc.1// indirect
233+
github.com/DataDog/datadog-agent/pkg/tracev0.64.0-rc.1// indirect
234+
github.com/DataDog/datadog-agent/pkg/util/logv0.64.0-rc.1// indirect
235+
github.com/DataDog/datadog-agent/pkg/util/scrubberv0.64.0-rc.1// indirect
236+
github.com/DataDog/datadog-go/v5v5.6.0// indirect
237+
github.com/DataDog/go-libddwaf/v3v3.5.3// indirect
238238
github.com/DataDog/go-runtime-metrics-internalv0.0.4-0.20241206090539-a14610dc22b6// indirect
239-
github.com/DataDog/go-sqllexerv0.0.14// indirect
239+
github.com/DataDog/go-sqllexerv0.1.0// indirect
240240
github.com/DataDog/go-tufv1.1.0-0.5.2// indirect
241241
github.com/DataDog/gostackparsev0.7.0// indirect
242-
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributesv0.20.0// indirect
243-
github.com/DataDog/sketches-gov1.4.5// indirect
242+
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributesv0.26.0// indirect
243+
github.com/DataDog/sketches-gov1.4.7// indirect
244244
github.com/KyleBanks/depthv1.2.1// indirect
245245
github.com/Microsoft/go-winiov0.6.2// indirect
246246
github.com/Nvveen/Gottyv0.0.0-20120604004816-cd527374f1e5// indirect
@@ -323,7 +323,7 @@ require (
323323
github.com/google/btreev1.1.2// indirect
324324
github.com/google/go-querystringv1.1.0// indirect
325325
github.com/google/nftablesv0.2.0// indirect
326-
github.com/google/pprofv0.0.0-20240227163752-401108e1b7e7// indirect
326+
github.com/google/pprofv0.0.0-20241029153458-d1b30febd7db// indirect
327327
github.com/google/s2a-gov0.1.9// indirect
328328
github.com/google/shlexv0.0.0-20191202100458-e7afc7fbc510// indirect
329329
github.com/googleapis/enterprise-certificate-proxyv0.3.6// indirect
@@ -392,7 +392,7 @@ require (
392392
github.com/opencontainers/runcv1.2.3// indirect
393393
github.com/outcaste-io/ristrettov0.2.3// indirect
394394
github.com/pelletier/go-toml/v2v2.2.4// indirect
395-
github.com/philhofer/fwdv1.1.3-0.20240612014219-fbbf4953d986// indirect
395+
github.com/philhofer/fwdv1.1.3-0.20240916144458-20a13a1f6b7c// indirect
396396
github.com/pierrec/lz4/v4v4.1.18// indirect
397397
github.com/pion/transport/v2v2.2.10// indirect
398398
github.com/pion/transport/v3v3.0.7// indirect
@@ -407,8 +407,6 @@ require (
407407
github.com/ryanuber/go-globv1.0.0// indirect
408408
github.com/satori/go.uuidv1.2.1-0.20181028125025-b2ce2384e17b// indirect
409409
github.com/secure-systems-lab/go-securesystemslibv0.9.0// indirect
410-
github.com/shirou/gopsutil/v3v3.24.4// indirect
411-
github.com/shoenig/go-m1cpuv0.1.6// indirect
412410
github.com/sirupsen/logrusv1.9.3// indirect
413411
github.com/spaolacci/murmur3v1.1.0// indirect
414412
github.com/spf13/castv1.7.1// indirect
@@ -426,9 +424,9 @@ require (
426424
github.com/tdewolff/testv1.0.11-0.20240106005702-7de5f7df4739// indirect
427425
github.com/tidwall/matchv1.1.1// indirect
428426
github.com/tidwall/prettyv1.2.1// indirect
429-
github.com/tinylib/msgpv1.2.1// indirect
430-
github.com/tklauser/go-sysconfv0.3.13// indirect
431-
github.com/tklauser/numcpusv0.7.0// indirect
427+
github.com/tinylib/msgpv1.2.5// indirect
428+
github.com/tklauser/go-sysconfv0.3.14// indirect
429+
github.com/tklauser/numcpusv0.8.0// indirect
432430
github.com/u-root/uiov0.0.0-20240209044354-b3d14b93376a// indirect
433431
github.com/vishvananda/netlinkv1.2.1-beta.2// indirect
434432
github.com/vishvananda/netnsv0.0.4// indirect
@@ -447,11 +445,10 @@ require (
447445
github.com/zclconf/go-ctyv1.16.2
448446
github.com/zeebo/errsv1.4.0// indirect
449447
go.opentelemetry.io/auto/sdkv1.1.0// indirect
450-
go.opentelemetry.io/collector/componentv0.104.0// indirect
451-
go.opentelemetry.io/collector/config/configtelemetryv0.104.0// indirect
452-
go.opentelemetry.io/collector/pdatav1.11.0// indirect
453-
go.opentelemetry.io/collector/pdata/pprofilev0.104.0// indirect
454-
go.opentelemetry.io/collector/semconvv0.104.0// indirect
448+
go.opentelemetry.io/collector/componentv0.120.0// indirect
449+
go.opentelemetry.io/collector/pdatav1.26.0// indirect
450+
go.opentelemetry.io/collector/pdata/pprofilev0.120.0// indirect
451+
go.opentelemetry.io/collector/semconvv0.120.0// indirect
455452
go.opentelemetry.io/contribv1.19.0// indirect
456453
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttpv0.60.0// indirect
457454
go.opentelemetry.io/otel/metricv1.35.0// indirect
@@ -502,6 +499,8 @@ require (
502499
cloud.google.com/go/iamv1.4.0// indirect
503500
cloud.google.com/go/monitoringv1.24.0// indirect
504501
cloud.google.com/go/storagev1.50.0// indirect
502+
github.com/DataDog/datadog-agent/comp/core/tagger/origindetectionv0.64.0-rc.1// indirect
503+
github.com/DataDog/datadog-agent/pkg/versionv0.64.0-rc.1// indirect
505504
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcpv1.26.0// indirect
506505
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metricv0.50.0// indirect
507506
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemappingv0.50.0// indirect
@@ -519,6 +518,7 @@ require (
519518
github.com/klauspost/cpuid/v2v2.2.10// indirect
520519
github.com/moby/sys/userv0.3.0// indirect
521520
github.com/planetscale/vtprotobufv0.6.1-0.20240319094008-0393e58bdf10// indirect
521+
github.com/puzpuzpuz/xsync/v3v3.5.1// indirect
522522
github.com/samber/lov1.49.1// indirect
523523
github.com/spiffe/go-spiffe/v2v2.5.0// indirect
524524
github.com/tidwall/sjsonv1.2.5// indirect

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp