Skip to content

chore(deps): update go module dependencies#1046

Open
aymericDD wants to merge 1 commit intomainfrom
aymeric.daurelle/update-deps
Open

chore(deps): update go module dependencies#1046
aymericDD wants to merge 1 commit intomainfrom
aymeric.daurelle/update-deps

Conversation

@aymericDD
Copy link
Contributor

What does this PR do?

  • Adds new functionality
  • Alters existing functionality
  • Fixes a bug
  • Improves documentation or testing

Routine Go module dependency updates. Bumps several vendored packages to their latest versions to pick up bug fixes, security patches, and compatibility improvements.

Updated packages:

  • github.com/miekg/dns — DNS client/server library updates
  • github.com/onsi/ginkgo/v2 — test framework updates
  • github.com/google/pprof — profiling library updates
  • github.com/pelletier/go-toml/v2 — TOML parser updates
  • github.com/sagikazarmark/locafero — filesystem finder updates
  • github.com/sourcegraph/conc — structured concurrency refactor (iter package removed, pool package restructured)
  • github.com/spf13/afero, github.com/spf13/cast, github.com/spf13/viper — spf13 ecosystem updates
  • golang.org/x/{net,sys,term,tools} — Go extended library updates
  • LICENSE-3rdparty.csv — updated accordingly

Code Quality Checklist

  • The documentation is up to date.
  • My code is sufficiently commented and passes continuous integration checks.
  • I have signed my commit (see Contributing Docs).

Testing

  • I leveraged continuous integration testing
    • by depending on existing unit tests or end-to-end tests.
    • by adding new unit tests or end-to-end tests.
  • I manually tested the following steps:
    • No functional changes — vendor-only dependency updates.
    • locally.
    • as a canary deployment to a cluster.

@aymericDD aymericDD marked this pull request as ready for review February 27, 2026 09:57
@aymericDD aymericDD requested a review from a team as a code owner February 27, 2026 09:57
@datadog-official
Copy link

✅ Tests

🎉 All green!

❄️ No new flaky tests detected
🧪 All tests passed

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 39.83% (+0.02%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: e3c9509 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant