Skip to content

Commit

Permalink
chore(deps): update module github.com/imdario/mergo to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 5cb2dc8 commit 575f731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ require (

// fix because k8s.io/client-go v0.31.1 requires the package, but mergo recently moved to dario.cat/mergo
// this can be removed once k8s.io/client-go updates to no longer require it, or updates to the new location
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16
replace github.com/imdario/mergo => github.com/imdario/mergo v1.0.1

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

0 comments on commit 575f731

Please sign in to comment.