Merge pull request #115 from unistack-org/dependabot/go_modules/github.com/segmentio/kafka-go-0.4.23

build(deps): bump github.com/segmentio/kafka-go from 0.4.22 to 0.4.23
This commit is contained in:
2021-11-24 14:47:43 +03:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ go 1.16
require (
github.com/jmoiron/sqlx v1.3.4
github.com/opentracing/opentracing-go v1.2.0
github.com/segmentio/kafka-go v0.4.22
github.com/segmentio/kafka-go v0.4.23
github.com/stretchr/testify v1.7.0
github.com/twmb/franz-go v1.2.4
go.unistack.org/micro-broker-kgo/v3 v3.8.1