gomod: replace directive to fix ambiguous import

This commit is contained in:
CrazyMax
2025-08-03 17:22:54 +02:00
parent 4966ec6d9e
commit 6c54dccf24
3 changed files with 5 additions and 1 deletions

2
go.mod
View File

@@ -158,3 +158,5 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)
replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20250324211829-b45e905df463 // https://github.com/crazy-max/diun/pull/1445#issuecomment-3148492660