fix(deps): update module gopkg.in/datadog/dd-trace-go.v1 to v2 - #269
fix(deps): update module gopkg.in/datadog/dd-trace-go.v1 to v2#269self-hosted-renovatebot[bot] wants to merge 1 commit into
Conversation
|
d3816ae to
601df24
Compare
601df24 to
ef1962b
Compare
d28d854 to
61cf45b
Compare
61cf45b to
b1e9e1e
Compare
b1e9e1e to
c53b509
Compare
c53b509 to
4b5efaa
Compare
4b5efaa to
192182c
Compare
a9a2470 to
f72dedc
Compare
f72dedc to
9296ef2
Compare
9296ef2 to
745bedd
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
745bedd to
21c5466
Compare
PR SummaryHigh Risk Overview This is a major module-path change. Application imports in Reviewed by Cursor Bugbot for commit 4388657. Bugbot is set up for automated code reviews on this repo. Configure here. |
21c5466 to
6441dd4
Compare
Codeowner CheckStatus: ❌ Missing codeowner approvals The following rules are missing approval. Request a review from the listed codeowners:
Please request a review from the listed codeowners to satisfy this check. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: Module uses deprecated gopkg.in path for v2
- Updated go.mod to use the official v2 module path github.com/DataDog/dd-trace-go/v2 instead of the deprecated gopkg.in path.
Or push these changes by commenting:
@cursor push 420cb1758f
Preview (420cb1758f)
diff --git a/go.mod b/go.mod
--- a/go.mod
+++ b/go.mod
@@ -15,7 +15,7 @@
github.com/signalfx/golib/v3 v3.4.2
github.com/stretchr/testify v1.11.1
go.uber.org/zap v1.27.1
- gopkg.in/DataDog/dd-trace-go.v2 v2.7.0
+ github.com/DataDog/dd-trace-go/v2 v2.7.0
)
require (| github.com/stretchr/testify v1.11.1 | ||
| go.uber.org/zap v1.27.1 | ||
| gopkg.in/DataDog/dd-trace-go.v1 v1.71.1 | ||
| gopkg.in/DataDog/dd-trace-go.v2 v2.7.0 |
There was a problem hiding this comment.
Module uses deprecated gopkg.in path for v2
Medium Severity
The go.mod declares gopkg.in/DataDog/dd-trace-go.v2 but DataDog's official v2 module path is github.com/DataDog/dd-trace-go/v2. Using the legacy gopkg.in domain creates inconsistency with official documentation, makes the codebase non-standard, and could cause confusion since the migration guide and all examples use the GitHub path. This also means import statements must use the deprecated gopkg.in path to match the module declaration.
2488f22 to
e27a57c
Compare
2028cc0 to
74014e4
Compare
0ddf626 to
b12fcda
Compare
b12fcda to
8aa5725
Compare
3b44b23 to
edb3534
Compare
edb3534 to
79233b7
Compare
79233b7 to
4388657
Compare



This PR contains the following updates:
v1.71.1→v2.9.2Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.