Bump github.com/unistack-org/micro-codec-json/v3 from 3.7.7 to 3.7.8

Bumps [github.com/unistack-org/micro-codec-json/v3](https://github.com/unistack-org/micro-codec-json) from 3.7.7 to 3.7.8.
- [Release notes](https://github.com/unistack-org/micro-codec-json/releases)
- [Commits](https://github.com/unistack-org/micro-codec-json/compare/v3.7.7...v3.7.8)

---
updated-dependencies:
- dependency-name: github.com/unistack-org/micro-codec-json/v3
  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]
2021-09-24 11:17:06 +00:00
committed by GitHub
parent a3920dbb36
commit f34130c30c
2 changed files with 3 additions and 4 deletions

2
go.mod
View File

@@ -6,6 +6,6 @@ require (
github.com/klauspost/compress v1.13.6 // indirect
github.com/twmb/franz-go v1.1.1
github.com/twmb/franz-go/pkg/kmsg v0.0.0-20210914174821-2f676c0a574b
github.com/unistack-org/micro-codec-json/v3 v3.7.7
github.com/unistack-org/micro-codec-json/v3 v3.7.8
github.com/unistack-org/micro/v3 v3.7.4
)