Skip to content

Commit 34c4e56

Browse files
chore(deps): update module github.com/imdario/mergo to v1
1 parent 744428b commit 34c4e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ require (
103103

104104
// fix because k8s.io/client-go v0.31.1 requires the package, but mergo recently moved to dario.cat/mergo
105105
// 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
106+
replace github.com/imdario/mergo => github.com/imdario/mergo v1.0.1
107107

108108
replace github.com/golang/protobuf => ./interop/github.com/golang/protobuf

0 commit comments

Comments
 (0)