Merge pull request #6 from unistack-org/dependabot/go_modules/github.com/twmb/franz-go-1.1.1

Bump github.com/twmb/franz-go from 1.1.0 to 1.1.1
This commit is contained in:
github-actions[bot]
2021-09-23 11:22:47 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.16
require (
github.com/klauspost/compress v1.13.6 // indirect
github.com/twmb/franz-go v1.1.0
github.com/twmb/franz-go v1.1.1
github.com/twmb/franz-go/pkg/kmsg v0.0.0-20210914174821-2f676c0a574b
github.com/unistack-org/micro-codec-json/v3 v3.7.7
github.com/unistack-org/micro/v3 v3.7.4