Skip to content

Fix go.mod.#130

Merged
Fabrice-Matrat merged 2 commits into
mainfrom
fabrice.matrat/fix-go-mod
Jun 3, 2026
Merged

Fix go.mod.#130
Fabrice-Matrat merged 2 commits into
mainfrom
fabrice.matrat/fix-go-mod

Conversation

@Fabrice-Matrat

Copy link
Copy Markdown
Contributor

Fix the go.mod due to github.com/DataDog/datadog-agent/pkg/network/driver

Copilot AI review requested due to automatic review settings June 3, 2026 14:08
@Fabrice-Matrat Fabrice-Matrat requested review from a team and AlexandreYang as code owners June 3, 2026 14:08

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/driver to v0.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 replace directive for comp/core/flare/types and update go.sum accordingly.

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.

Comment thread go.mod
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
@datadog-official

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>
@Fabrice-Matrat Fabrice-Matrat merged commit 1dda9af into main Jun 3, 2026
19 checks passed
@Fabrice-Matrat Fabrice-Matrat deleted the fabrice.matrat/fix-go-mod branch June 3, 2026 14:28
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.

3 participants