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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-09-22 11:21:11 +00:00
committed by GitHub
parent 549a7b5a6d
commit bc8cd4388b
2 changed files with 6 additions and 14 deletions

4
go.mod
View File

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