Skip to content

Commit

Permalink
Fix margo replace
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcollom committed Jul 9, 2024
1 parent dfaf915 commit 2afc644
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2afc644

Please sign in to comment.