chore(deps): bump github.com/imdario/mergo from 0.3.13 to 0.3.14

Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.13 to 0.3.14.
- [Release notes](https://github.com/imdario/mergo/releases)
- [Commits](https://github.com/imdario/mergo/compare/v0.3.13...v0.3.14)

---
updated-dependencies:
- dependency-name: github.com/imdario/mergo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-03-16 06:57:41 +00:00
committed by GitHub
parent bff40bd317
commit 70a18b7e6f
2 changed files with 3 additions and 5 deletions

3
go.mod
View File

@@ -3,8 +3,7 @@ module go.unistack.org/micro/v3
go 1.16
require (
github.com/imdario/mergo v0.3.13
github.com/imdario/mergo v0.3.14
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/silas/dag v0.0.0-20211117232152-9d50aa809f35
gopkg.in/yaml.v3 v3.0.1 // indirect
)