Skip to content

Commit

Permalink
fix(deps): update module github.com/twmb/franz-go to v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 28, 2022
1 parent 1fda0a0 commit e9dcd74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/oklog/run v1.1.0
github.com/opentracing/opentracing-go v1.2.0
github.com/stretchr/testify v1.7.0
github.com/twmb/franz-go v1.3.1
github.com/twmb/franz-go/pkg/kmsg v0.0.0-20220114004744-91b30863ac2f
github.com/twmb/franz-go v1.3.5
github.com/twmb/franz-go/pkg/kmsg v0.0.0-20220222041924-02560c7b49ca
)

require (
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -803,9 +803,13 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=
github.com/twmb/franz-go v1.3.1 h1:GAjEfHL3TNr+8cG8bP1XJMnZ3+DwaTpXWepQ7Txgyt4=
github.com/twmb/franz-go v1.3.1/go.mod h1:P+i2DnBaec1o0z9EI8CyAM/WAjG99CHI3oCAhZDoy48=
github.com/twmb/franz-go v1.3.5 h1:A/8O/ukgXNveeFHg52h28+1sRuZON91Lbof4CLEDImw=
github.com/twmb/franz-go v1.3.5/go.mod h1:sSAjFZNo2ux82hEhK45VobRGImo9zwlNK0yWqz2QYIk=
github.com/twmb/franz-go/pkg/kmsg v0.0.0-20211127185622-3b34db0c6d1e/go.mod h1:SxG/xJKhgPu25SamAq0rrucfp7lbzCpEXOC+vH/ELrY=
github.com/twmb/franz-go/pkg/kmsg v0.0.0-20220114004744-91b30863ac2f h1:rT03/GKTF6qSPYlcBnPim/9Cp5/uXTRCwzvp7Q9Uofk=
github.com/twmb/franz-go/pkg/kmsg v0.0.0-20220114004744-91b30863ac2f/go.mod h1:SxG/xJKhgPu25SamAq0rrucfp7lbzCpEXOC+vH/ELrY=
github.com/twmb/franz-go/pkg/kmsg v0.0.0-20220222041924-02560c7b49ca h1:TtTuEMxsLQ6xwtDzov7wCcP08Zsdua/9+mB2nEtNY5w=
github.com/twmb/franz-go/pkg/kmsg v0.0.0-20220222041924-02560c7b49ca/go.mod h1:SxG/xJKhgPu25SamAq0rrucfp7lbzCpEXOC+vH/ELrY=
github.com/twmb/go-rbtree v1.0.0 h1:KxN7dXJ8XaZ4cvmHV1qqXTshxX3EBvX/toG5+UR49Mg=
github.com/twmb/go-rbtree v1.0.0/go.mod h1:UlIAI8gu3KRPkXSobZnmJfVwCJgEhD/liWzT5ppzIyc=
github.com/uber/jaeger-client-go v2.25.0+incompatible h1:IxcNZ7WRY1Y3G4poYlx24szfsn/3LvK9QHCq9oQw8+U=
Expand Down

0 comments on commit e9dcd74

Please sign in to comment.