diff --git a/go.mod b/go.mod index e6e6e25..718b24a 100644 --- a/go.mod +++ b/go.mod @@ -8,6 +8,8 @@ toolchain go1.22.3 // please place any replace statements here at the top for visibility and add a // comment to it as to when it can be removed +replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16 + require ( github.com/Azure/go-autorest/autorest v0.11.29 github.com/Azure/go-autorest/autorest/adal v0.9.24 // indirect @@ -99,7 +101,7 @@ require ( github.com/googleapis/gax-go/v2 v2.12.5 // indirect github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect github.com/hashicorp/go-cleanhttp v0.5.2 // indirect - github.com/imdario/mergo v0.3.16 // indirect + github.com/imdario/mergo v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/josharian/intern v1.0.0 // indirect