micro-config-env/go.mod
dependabot[bot] 9d2236f5ff
Bump github.com/imdario/mergo from 0.3.12 to 0.3.13
Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.12 to 0.3.13.
- [Release notes](https://github.com/imdario/mergo/releases)
- [Commits](https://github.com/imdario/mergo/compare/0.3.12...v0.3.13)

---
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>
2022-06-25 19:52:57 +00:00

9 lines
132 B
Modula-2

module go.unistack.org/micro-config-env/v3
go 1.16
require (
github.com/imdario/mergo v0.3.13
go.unistack.org/micro/v3 v3.9.8
)