Fix go.mod.#130
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the module dependency set to resolve issues stemming from github.com/DataDog/datadog-agent/pkg/network/driver, primarily by bumping to a newer Datadog Agent pseudo-version and re-tidying resulting transitive dependencies.
Changes:
- Bump
github.com/DataDog/datadog-agent/pkg/network/drivertov0.81.0-devel.0.20260603133502-a41610237dba. - Refresh indirect dependencies pulled in by the updated Datadog Agent modules (including Prometheus,
x/sys,protobuf, etc.). - Add a
replacedirective forcomp/core/flare/typesand updatego.sumaccordingly.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Updates Datadog Agent driver version, refreshes indirect requirements, and adds a replace for flare/types. |
| go.sum | Updates module checksums to match the new dependency graph. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| ) | ||
|
|
||
| replace github.com/DataDog/datadog-agent/comp/core/flare/types v0.0.0-00010101000000-000000000000 => github.com/DataDog/datadog-agent/comp/core/flare/types v0.81.0-devel.0.20260603133502-a41610237dba |
This comment has been minimized.
This comment has been minimized.
The datadog-agent/pkg/network/driver dependency updated SynchronousDeviceIoControl to drop the trailing overlapped/bytesReturned pointer args and return (uint32, error) instead of just error. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ken-schneider
approved these changes
Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix the go.mod due to github.com/DataDog/datadog-agent/pkg/network/driver