build(deps): bump github.com/twmb/franz-go from 1.2.2 to 1.2.4

Bumps [github.com/twmb/franz-go](https://github.com/twmb/franz-go) from 1.2.2 to 1.2.4.
- [Release notes](https://github.com/twmb/franz-go/releases)
- [Changelog](https://github.com/twmb/franz-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/twmb/franz-go/compare/v1.2.2...v1.2.4)

---
updated-dependencies:
- dependency-name: github.com/twmb/franz-go
  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-11-19 14:49:32 +00:00
committed by GitHub
parent f1eef43fd0
commit 33ffabc5f5
2 changed files with 5 additions and 4 deletions

2
go.mod
View File

@@ -9,7 +9,7 @@ require (
github.com/opentracing/opentracing-go v1.2.0
github.com/segmentio/kafka-go v0.4.22
github.com/stretchr/testify v1.7.0
github.com/twmb/franz-go v1.2.2
github.com/twmb/franz-go v1.2.4
go.unistack.org/micro-broker-kgo/v3 v3.8.1
go.unistack.org/micro-broker-segmentio/v3 v3.8.0
go.unistack.org/micro-client-grpc/v3 v3.8.0