Skip to content

Commit c7523fb

Browse files
chore(deps): bump github.com/twmb/franz-go from 1.19.5 to 1.20.0
Bumps [github.com/twmb/franz-go](https://github.com/twmb/franz-go) from 1.19.5 to 1.20.0. - [Changelog](https://github.com/twmb/franz-go/blob/master/CHANGELOG.md) - [Commits](twmb/franz-go@v1.19.5...v1.20.0) --- updated-dependencies: - dependency-name: github.com/twmb/franz-go dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 717ebae commit c7523fb

File tree

2 files changed

+29
-163
lines changed

2 files changed

+29
-163
lines changed

go.mod

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/pterm/pterm v0.12.81
1616
github.com/spf13/cobra v1.10.1
1717
github.com/tidwall/pretty v1.2.1
18-
github.com/twmb/franz-go v1.19.5
18+
github.com/twmb/franz-go v1.20.0
1919
github.com/twmb/franz-go/plugin/kotel v1.6.0
2020
go.opentelemetry.io/otel v1.38.0
2121
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0
@@ -92,7 +92,6 @@ require (
9292
github.com/go-logr/logr v1.4.3 // indirect
9393
github.com/go-logr/stdr v1.2.2 // indirect
9494
github.com/go-openapi/jsonpointer v0.22.1 // indirect
95-
github.com/go-openapi/swag v0.24.1 // indirect
9695
github.com/go-openapi/swag/jsonname v0.25.1 // indirect
9796
github.com/go-playground/locales v0.14.1 // indirect
9897
github.com/go-playground/universal-translator v0.18.1 // indirect
@@ -182,7 +181,6 @@ require (
182181
github.com/prometheus/common v0.67.1 // indirect
183182
github.com/prometheus/procfs v0.17.0 // indirect
184183
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
185-
github.com/rivo/uniseg v0.4.7 // indirect
186184
github.com/rqlite/gorqlite v0.0.0-20230708021416-2acd02b70b79 // indirect
187185
github.com/shopspring/decimal v1.2.0 // indirect
188186
github.com/sirupsen/logrus v1.9.3 // indirect
@@ -191,7 +189,7 @@ require (
191189
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
192190
github.com/stretchr/objx v0.5.2 // indirect
193191
github.com/stretchr/testify v1.11.1 // indirect
194-
github.com/twmb/franz-go/pkg/kmsg v1.11.2 // indirect
192+
github.com/twmb/franz-go/pkg/kmsg v1.12.0 // indirect
195193
github.com/woodsbury/decimal128 v1.4.0 // indirect
196194
github.com/xanzy/go-gitlab v0.15.0 // indirect
197195
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
@@ -209,9 +207,7 @@ require (
209207
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
210208
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
211209
go.opentelemetry.io/otel/metric v1.38.0 // indirect
212-
go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
213210
go.opentelemetry.io/proto/otlp v1.8.0 // indirect
214-
go.uber.org/atomic v1.11.0 // indirect
215211
go.uber.org/dig v1.19.0 // indirect
216212
go.uber.org/multierr v1.11.0 // indirect
217213
go.yaml.in/yaml/v2 v2.4.3 // indirect
@@ -220,10 +216,12 @@ require (
220216
golang.org/x/oauth2 v0.31.0 // indirect
221217
golang.org/x/sync v0.17.0 // indirect
222218
golang.org/x/sys v0.37.0 // indirect
219+
golang.org/x/telemetry v0.0.0-20250908211612-aef8a434d053 // indirect
223220
golang.org/x/term v0.36.0 // indirect
224221
golang.org/x/text v0.30.0 // indirect
225222
golang.org/x/time v0.5.0 // indirect
226223
golang.org/x/tools v0.37.0 // indirect
224+
golang.org/x/tools/godoc v0.1.0-deprecated // indirect
227225
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
228226
google.golang.org/api v0.169.0 // indirect
229227
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect

0 commit comments

Comments
 (0)