Bump github.com/twmb/franz-go from 1.2.4 to 1.2.5

Bumps [github.com/twmb/franz-go](https://github.com/twmb/franz-go) from 1.2.4 to 1.2.5.
- [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.4...v1.2.5)

---
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-29 11:21:34 +00:00
committed by GitHub
parent 44b9a59aab
commit 221f07ca97
2 changed files with 11 additions and 14 deletions

5
go.mod
View File

@@ -3,8 +3,7 @@ module go.unistack.org/micro-broker-kgo/v3
go 1.16
require (
github.com/klauspost/compress v1.13.6 // indirect
github.com/twmb/franz-go v1.2.4
github.com/twmb/franz-go/pkg/kmsg v0.0.0-20211104051938-70808186d5f7
github.com/twmb/franz-go v1.2.5
github.com/twmb/franz-go/pkg/kmsg v0.0.0-20211127185622-3b34db0c6d1e
go.unistack.org/micro/v3 v3.8.11
)