micro-broker-kgo/go.mod
dependabot[bot] 70a4aa1982
Bump github.com/twmb/franz-go from 1.4.0 to 1.4.1
Bumps [github.com/twmb/franz-go](https://github.com/twmb/franz-go) from 1.4.0 to 1.4.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.4.0...v1.4.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>
2022-03-22 11:24:25 +00:00

10 lines
173 B
Modula-2

module go.unistack.org/micro-broker-kgo/v3
go 1.16
require (
github.com/twmb/franz-go v1.4.1
github.com/twmb/franz-go/pkg/kmsg v1.0.0
go.unistack.org/micro/v3 v3.9.0
)