Bump github.com/twmb/franz-go from 1.0.0 to 1.1.0

Bumps [github.com/twmb/franz-go](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
  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-21 18:49:08 +00:00
committed by GitHub
parent 8ae4f80041
commit 0c0b0e76f6
2 changed files with 6 additions and 73 deletions

6
go.mod
View File

@@ -4,10 +4,8 @@ go 1.16
require (
github.com/klauspost/compress v1.13.6 // indirect
github.com/twmb/franz-go v1.0.0
github.com/twmb/franz-go/pkg/kmsg v0.0.0-20210914174821-2f676c0a574b // 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
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)