Skip to content

Commit

Permalink
Merge pull request #202 from birdayz/dependabot/go_modules/github.com…
Browse files Browse the repository at this point in the history
…/Shopify/sarama-1.34.1

Bump github.com/Shopify/sarama from 1.33.0 to 1.34.1
  • Loading branch information
birdayz authored Jun 14, 2022
2 parents a72d600 + b7269d3 commit abfa5cd
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 21 deletions.
2 changes: 1 addition & 1 deletion cmd/kaf/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func (r *resetHandler) Setup(s sarama.ConsumerGroupSession) error {
}

for p, o := range r.partitionOffsets {
req.AddBlock(r.topic, p, o, 0, "")
req.AddBlock(r.topic, p, o, 0, 0, "")
}
br, err := r.client.Coordinator(r.group)
if err != nil {
Expand Down
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/Landoop/schema-registry v0.0.0-20190327143759-50a5701c1891
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/Shopify/sarama v1.33.0
github.com/Shopify/sarama v1.34.1
github.com/golang/protobuf v1.5.2
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e
github.com/jhump/protoreflect v1.12.0
Expand Down Expand Up @@ -53,13 +53,12 @@ require (
github.com/jcmturner/gofork v1.0.0 // indirect
github.com/jcmturner/gokrb5/v8 v8.4.2 // indirect
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
github.com/klauspost/compress v1.15.1 // indirect
github.com/klauspost/compress v1.15.6 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/pierrec/lz4/v4 v4.1.14 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand All @@ -73,7 +72,7 @@ require (
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.21.0 // indirect
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
golang.org/x/text v0.3.7 // indirect
Expand Down
Loading

0 comments on commit abfa5cd

Please sign in to comment.