0c0b0e76f6
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>
12 lines
320 B
Modula-2
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.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
|
|
)
|