vendor: dario.cat/mergo v1.0.1

- fix: overwriteWithEmptyValue is forced to true when merging an object
  involving maps
- fix: WithoutDereference should respect non-nil struct pointers

full diff: https://github.com/darccio/mergo/compare/v1.0.0...v1.0.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2024-09-12 18:18:47 +02:00
parent 986baf22c7
commit fb264ffc08
7 changed files with 65 additions and 52 deletions

View File

@ -7,7 +7,7 @@ module github.com/docker/cli
go 1.21.0
require (
dario.cat/mergo v1.0.0
dario.cat/mergo v1.0.1
github.com/containerd/platforms v0.2.1
github.com/creack/pty v1.1.21
github.com/distribution/reference v0.6.0