We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb2dc8 commit 575f731Copy full SHA for 575f731
go.mod
@@ -82,6 +82,6 @@ require (
82
83
// fix because k8s.io/client-go v0.31.1 requires the package, but mergo recently moved to dario.cat/mergo
84
// this can be removed once k8s.io/client-go updates to no longer require it, or updates to the new location
85
-replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16
+replace github.com/imdario/mergo => github.com/imdario/mergo v1.0.1
86
87
replace github.com/golang/protobuf => ./interop/github.com/golang/protobuf
0 commit comments