From b099c2d0e06c62fa562dd62c05470e36097bb24b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 06:44:46 +0000 Subject: [PATCH] Bump github.com/twmb/franz-go from 1.3.1 to 1.3.4 Bumps [github.com/twmb/franz-go](https://github.com/twmb/franz-go) from 1.3.1 to 1.3.4. - [Release notes](https://github.com/twmb/franz-go/releases) - [Changelog](https://github.com/twmb/franz-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/twmb/franz-go/compare/v1.3.1...v1.3.4) --- updated-dependencies: - dependency-name: github.com/twmb/franz-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index 67056dd..0d85492 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.16 require ( github.com/pierrec/lz4/v4 v4.1.12 // indirect - github.com/twmb/franz-go v1.3.1 - github.com/twmb/franz-go/pkg/kmsg v0.0.0-20211207071611-6a03ca9e400b + github.com/twmb/franz-go v1.3.4 + github.com/twmb/franz-go/pkg/kmsg v0.0.0-20220222041924-02560c7b49ca go.unistack.org/micro/v3 v3.8.21 ) diff --git a/go.sum b/go.sum index 24858ec..1b091d5 100644 --- a/go.sum +++ b/go.sum @@ -79,11 +79,10 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -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/pkg/kmsg v0.0.0-20211127185622-3b34db0c6d1e/go.mod h1:SxG/xJKhgPu25SamAq0rrucfp7lbzCpEXOC+vH/ELrY= -github.com/twmb/franz-go/pkg/kmsg v0.0.0-20211207071611-6a03ca9e400b h1:rCe006NN/89GvtdXqRbgsqtL/nVTj83/dQ9ok8DJFcM= -github.com/twmb/franz-go/pkg/kmsg v0.0.0-20211207071611-6a03ca9e400b/go.mod h1:SxG/xJKhgPu25SamAq0rrucfp7lbzCpEXOC+vH/ELrY= +github.com/twmb/franz-go v1.3.4 h1:8ON6aAqm1RrfAXbXPH39JD1RU9EH5kX5t6UtQPJhIp8= +github.com/twmb/franz-go v1.3.4/go.mod h1:sSAjFZNo2ux82hEhK45VobRGImo9zwlNK0yWqz2QYIk= +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/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=