Bump github.com/twmb/franz-go from 1.5.1 to 1.5.2 (#64)

Bumps [github.com/twmb/franz-go](https://github.com/twmb/franz-go) from 1.5.1 to 1.5.2.
- [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.5.1...v1.5.2)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-05-11 11:28:52 +03:00
committed by GitHub
parent 2e065f49c0
commit f4a0c3e5de
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module go.unistack.org/micro-broker-kgo/v3
go 1.17
require (
github.com/twmb/franz-go v1.5.1
github.com/twmb/franz-go v1.5.2
github.com/twmb/franz-go/pkg/kmsg v1.0.0
go.unistack.org/micro/v3 v3.9.8
)