build(deps): bump github.com/segmentio/kafka-go from 0.4.32 to 0.4.34

Bumps [github.com/segmentio/kafka-go](https://github.com/segmentio/kafka-go) from 0.4.32 to 0.4.34.
- [Release notes](https://github.com/segmentio/kafka-go/releases)
- [Commits](https://github.com/segmentio/kafka-go/compare/v0.4.32...v0.4.34)

---
updated-dependencies:
- dependency-name: github.com/segmentio/kafka-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-28 14:51:21 +00:00
committed by GitHub
parent 7bbd4b7ca6
commit 6bc6accfa1
2 changed files with 14 additions and 11 deletions

4
go.mod
View File

@@ -5,7 +5,7 @@ go 1.16
require (
github.com/jmoiron/sqlx v1.3.5
github.com/opentracing/opentracing-go v1.2.0
github.com/segmentio/kafka-go v0.4.32
github.com/segmentio/kafka-go v0.4.34
github.com/stretchr/testify v1.8.0
github.com/twmb/franz-go v1.7.0
go.unistack.org/micro-broker-kgo/v3 v3.8.2
@@ -34,7 +34,7 @@ require (
go.unistack.org/micro-wrapper-sql/v3 v3.0.1
go.unistack.org/micro-wrapper-trace-opentracing/v3 v3.8.0
go.unistack.org/micro/v3 v3.9.8
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
golang.org/x/net v0.0.0-20220706163947-c90051bbdb60
golang.org/x/tools v0.1.5 // indirect
google.golang.org/grpc v1.49.0
google.golang.org/protobuf v1.28.0