Skip to content

Commit

Permalink
update franz-go to v0.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rikimaru0345 committed Apr 27, 2021
1 parent be77e13 commit b8c324d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.20.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/twmb/franz-go v0.6.12
github.com/twmb/franz-go v0.6.14
go.uber.org/atomic v1.7.0
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/twmb/franz-go v0.6.12 h1:7UrPvNKq7foMlQdeRe/etkCd0pnRXziyV4Vj+0IRNu8=
github.com/twmb/franz-go v0.6.12/go.mod h1:nKialCjcL7TgrQvHmXv39QpbBwQT7eQwj49VLkv4fh4=
github.com/twmb/franz-go v0.6.14 h1:SqbLhOuD8CrOzxd+N4KJXhzIMb0THNhrrRfzgOv5F+Q=
github.com/twmb/franz-go v0.6.14/go.mod h1:nKialCjcL7TgrQvHmXv39QpbBwQT7eQwj49VLkv4fh4=
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/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
Expand Down

0 comments on commit b8c324d

Please sign in to comment.