From c8435f15c32670d5bb54c96bfbf4f9ee9ecc1f40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:23:09 +0000 Subject: [PATCH] chore(deps): bump github.com/twmb/franz-go from 1.15.0 to 1.15.1 Bumps [github.com/twmb/franz-go](https://github.com/twmb/franz-go) from 1.15.0 to 1.15.1. - [Changelog](https://github.com/twmb/franz-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/twmb/franz-go/compare/v1.15.0...v1.15.1) --- 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 | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 4a6f56d..61f6811 100644 --- a/go.mod +++ b/go.mod @@ -72,7 +72,7 @@ require ( github.com/robfig/cron/v3 v3.0.1 github.com/rs/zerolog v1.31.0 github.com/stretchr/testify v1.8.4 - github.com/twmb/franz-go v1.15.0 + github.com/twmb/franz-go v1.15.1 gopkg.in/yaml.v3 v3.0.1 ) @@ -123,7 +123,7 @@ require ( github.com/skeema/knownhosts v1.2.0 // indirect github.com/sony/gobreaker v0.5.0 // indirect github.com/tidwall/tinylru v1.2.1 // indirect - github.com/twmb/franz-go/pkg/kmsg v1.6.1 // indirect + github.com/twmb/franz-go/pkg/kmsg v1.7.0 // indirect github.com/xanzy/ssh-agent v0.3.3 // indirect go.elastic.co/apm/module/apmchiv5/v2 v2.4.4 // indirect go.elastic.co/apm/module/apmhttp/v2 v2.4.4 // indirect diff --git a/go.sum b/go.sum index e43880a..43bca5d 100644 --- a/go.sum +++ b/go.sum @@ -177,10 +177,10 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= github.com/tidwall/tinylru v1.2.1 h1:VgBr72c2IEr+V+pCdkPZUwiQ0KJknnWIYbhxAVkYfQk= github.com/tidwall/tinylru v1.2.1/go.mod h1:9bQnEduwB6inr2Y7AkBP7JPgCkyrhTV/ZpX0oOOpBI4= -github.com/twmb/franz-go v1.15.0 h1:bw5n1COKJzWpkCXG/kMtHrurcS9HSWV6e3If5CUdc+M= -github.com/twmb/franz-go v1.15.0/go.mod h1:nMAvTC2kHtK+ceaSHeHm4dlxC78389M/1DjpOswEgu4= -github.com/twmb/franz-go/pkg/kmsg v1.6.1 h1:tm6hXPv5antMHLasTfKv9R+X03AjHSkSkXhQo2c5ALM= -github.com/twmb/franz-go/pkg/kmsg v1.6.1/go.mod h1:se9Mjdt0Nwzc9lnjJ0HyDtLyBnaBDAd7pCje47OhSyw= +github.com/twmb/franz-go v1.15.1 h1:ina2HNm9D5TRn+5fm0VAboOVCqF11XBAJA0JwQJnWyQ= +github.com/twmb/franz-go v1.15.1/go.mod h1:aos+d/UBuigWkOs+6WoqEPto47EvC2jipLAO5qrAu48= +github.com/twmb/franz-go/pkg/kmsg v1.7.0 h1:a457IbvezYfA5UkiBvyV3zj0Is3y1i8EJgqjJYoij2E= +github.com/twmb/franz-go/pkg/kmsg v1.7.0/go.mod h1:se9Mjdt0Nwzc9lnjJ0HyDtLyBnaBDAd7pCje47OhSyw= github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM= github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=