We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744428b commit 34c4e56Copy full SHA for 34c4e56
go.mod
@@ -103,6 +103,6 @@ require (
103
104
// fix because k8s.io/client-go v0.31.1 requires the package, but mergo recently moved to dario.cat/mergo
105
// this can be removed once k8s.io/client-go updates to no longer require it, or updates to the new location
106
-replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16
+replace github.com/imdario/mergo => github.com/imdario/mergo v1.0.1
107
108
replace github.com/golang/protobuf => ./interop/github.com/golang/protobuf
0 commit comments