File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/hashicorp/go-multierror v1.1.1
1212 github.com/olekukonko/tablewriter v0.0.5
1313 github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da
14- github.com/segmentio/kafka-go v0.4.45
14+ github.com/segmentio/kafka-go v0.4.48
1515 github.com/segmentio/kafka-go/sasl/aws_msk_iam v0.0.0-20220211180808-78889264d070
1616 github.com/sirupsen/logrus v1.9.0
1717 github.com/spf13/cobra v1.5.0
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQD
7474github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da h1:p3Vo3i64TCLY7gIfzeQaUJ+kppEO5WQG3cL8iE8tGHU =
7575github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da /go.mod h1:gi+0XIa01GRL2eRQVjQkKGqKF3SF9vZR/HnPullcV2E =
7676github.com/segmentio/kafka-go v0.4.28 /go.mod h1:XzMcoMjSzDGHcIwpWUI7GB43iKZ2fTVmryPSGLf/MPg =
77- github.com/segmentio/kafka-go v0.4.45 h1:prqrZp1mMId4kI6pyPolkLsH6sWOUmDxmmucbL4WS6E =
78- github.com/segmentio/kafka-go v0.4.45 /go.mod h1:HjF6XbOKh0Pjlkr5GVZxt6CsjjwnmhVOfURM5KMd8qg =
77+ github.com/segmentio/kafka-go v0.4.48 h1:9jyu9CWK4W5W+SroCe8EffbrRZVqAOkuaLd/ApID4Vs =
78+ github.com/segmentio/kafka-go v0.4.48 /go.mod h1:HjF6XbOKh0Pjlkr5GVZxt6CsjjwnmhVOfURM5KMd8qg =
7979github.com/segmentio/kafka-go/sasl/aws_msk_iam v0.0.0-20220211180808-78889264d070 h1:ng1Z/x5LLOIrzgWUOtypsCkR+dHTux7slqOCVkuwQBo =
8080github.com/segmentio/kafka-go/sasl/aws_msk_iam v0.0.0-20220211180808-78889264d070 /go.mod h1:IjMUGcOJoATsnlqAProGN1ezXeEgU5GCWr1/EzmkEMA =
8181github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0 =
Original file line number Diff line number Diff line change 11package version
22
33// Version is the current topicctl version.
4- const Version = "1.19.2 "
4+ const Version = "1.20.0 "
You can’t perform that action at this time.
0 commit comments