From 521a37465a5651845d435d051438d47dd458bf6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 23:09:55 +0000 Subject: [PATCH] chore(deps): update module github.com/imdario/mergo to v1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 049be92b..2c9ac132 100644 --- a/go.mod +++ b/go.mod @@ -107,6 +107,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