From 7d62802d3ca158d38535b8518c2c7ee0d69943a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 07:34:37 +0000 Subject: [PATCH] Update module github.com/twmb/franz-go to v1.20.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 79a9eec..298a84d 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/gorilla/websocket v1.4.2 github.com/prometheus/client_golang v1.6.0 github.com/stretchr/testify v1.8.1 - github.com/twmb/franz-go v1.15.2 + github.com/twmb/franz-go v1.20.6 github.com/zsmartex/pkg/v2 v2.1.20-0.20231117030839-a864e84d1c30 go.uber.org/fx v1.20.1 )