fix(deps): update github.com/grafana/dskit digest to a52c9d3#399
Open
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update github.com/grafana/dskit digest to a52c9d3#399renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
f510603 to
49bec80
Compare
b108006 to
ebdf171
Compare
ebdf171 to
52b848e
Compare
52b848e to
bd7074e
Compare
bd7074e to
7aa128c
Compare
7aa128c to
833ea87
Compare
833ea87 to
b468f09
Compare
b468f09 to
7f37e45
Compare
7f37e45 to
3c2e1d8
Compare
3c2e1d8 to
01edab4
Compare
6691b6f to
ae0dba1
Compare
ae0dba1 to
0155427
Compare
fa653ff to
a6f4f3f
Compare
11e4e9c to
f658dcb
Compare
f658dcb to
7a1fa9f
Compare
8e2b82e to
462d94b
Compare
462d94b to
fdc1821
Compare
fdc1821 to
fa75ff7
Compare
fa75ff7 to
b07cb42
Compare
This comment has been minimized.
This comment has been minimized.
b07cb42 to
9e6ddb4
Compare
9e6ddb4 to
425c776
Compare
20705e3 to
edb0978
Compare
| google.golang.org/genproto/googleapis/rpc v0.0.0-20251111163417-95abcf5c77ba // indirect | ||
| google.golang.org/grpc v1.75.1 // indirect | ||
| google.golang.org/protobuf v1.36.10 // indirect | ||
| go.yaml.in/yaml/v2 v2.4.3 // indirect |
There was a problem hiding this comment.
Duplicate YAML v2 dependencies may cause conflicts
Medium Severity
The module has both go.yaml.in/yaml/v2 v2.4.3 and gopkg.in/yaml.v2 v2.4.0 as indirect dependencies. These are two different import paths for the same YAML library, which can cause import path conflicts and version inconsistencies. The canonical path go.yaml.in/yaml/v2 should be used exclusively, and gopkg.in/yaml.v2 should be removed or migrated via a replace directive.
Additional Locations (1)
|
Bugbot Autofix prepared fixes for 1 of the 1 bugs found in the latest run.
Or push these changes by commenting: Preview (00d1c9d8dc)diff --git a/go.mod b/go.mod
--- a/go.mod
+++ b/go.mod
@@ -175,3 +175,7 @@
replace google.golang.org/genproto/googleapis/rpc => google.golang.org/genproto/googleapis/rpc v0.0.0-20251124214823-79d6a2a48846
replace google.golang.org/genproto/googleapis/api => google.golang.org/genproto/googleapis/api v0.0.0-20251124214823-79d6a2a48846
+
+// Redirect old YAML v2 import path to canonical path to avoid type conflicts
+// when different transitive dependencies use different import paths.
+replace gopkg.in/yaml.v2 => go.yaml.in/yaml/v2 v2.4.3 |
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
edb0978 to
97aa6f1
Compare
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.



This PR contains the following updates:
8ff9c65→a52c9d3Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.