dependabot[bot] ba98168c77
Bump github.com/unistack-org/micro/v3 from 3.7.4 to 3.7.8
Bumps [github.com/unistack-org/micro/v3](https://github.com/unistack-org/micro) from 3.7.4 to 3.7.8.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.7.4...v3.7.8)

---
updated-dependencies:
- dependency-name: github.com/unistack-org/micro/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-01 18:19:26 +00:00

9 lines
149 B
Modula-2

module github.com/unistack-org/micro-codec-toml/v3
go 1.16
require (
github.com/BurntSushi/toml v0.4.1
github.com/unistack-org/micro/v3 v3.7.8
)