Bump github.com/twmb/franz-go/pkg/kmsg from 1.0.0 to 1.1.0 (#67)

Bumps [github.com/twmb/franz-go/pkg/kmsg](https://github.com/twmb/franz-go) from 1.0.0 to 1.1.0.
- [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.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/twmb/franz-go/pkg/kmsg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-06-25 22:47:34 +03:00
committed by GitHub
parent 12bee708a0
commit 61003dd396
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.17
require (
github.com/twmb/franz-go v1.5.2
github.com/twmb/franz-go/pkg/kmsg v1.0.0
github.com/twmb/franz-go/pkg/kmsg v1.1.0
go.unistack.org/micro/v3 v3.9.8
)