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 (
11
11
github.com/hashicorp/go-multierror v1.1.1
12
12
github.com/olekukonko/tablewriter v0.0.5
13
13
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
15
15
github.com/segmentio/kafka-go/sasl/aws_msk_iam v0.0.0-20220211180808-78889264d070
16
16
github.com/sirupsen/logrus v1.9.0
17
17
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
74
74
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da h1:p3Vo3i64TCLY7gIfzeQaUJ+kppEO5WQG3cL8iE8tGHU =
75
75
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da /go.mod h1:gi+0XIa01GRL2eRQVjQkKGqKF3SF9vZR/HnPullcV2E =
76
76
github.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 =
79
79
github.com/segmentio/kafka-go/sasl/aws_msk_iam v0.0.0-20220211180808-78889264d070 h1:ng1Z/x5LLOIrzgWUOtypsCkR+dHTux7slqOCVkuwQBo =
80
80
github.com/segmentio/kafka-go/sasl/aws_msk_iam v0.0.0-20220211180808-78889264d070 /go.mod h1:IjMUGcOJoATsnlqAProGN1ezXeEgU5GCWr1/EzmkEMA =
81
81
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0 =
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
3
// 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