micro-broker-kgo/go.mod
dependabot[bot] b76d17b510
Bump github.com/twmb/franz-go from 1.1.0 to 1.1.1
Bumps [github.com/twmb/franz-go](https://github.com/twmb/franz-go) from 1.1.0 to 1.1.1.
- [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.1.0...v1.1.1)

---
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>
2021-09-23 11:21:39 +00:00

12 lines
320 B
Modula-2

module github.com/unistack-org/micro-broker-kgo/v3
go 1.16
require (
github.com/klauspost/compress v1.13.6 // indirect
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.3
)