Skip to content

Commit 1c210ac

Browse files
fix(deps): Update github.com/twmb/franz-go/pkg/kfake digest to adb3a18
| datasource | package | from | to | | ---------- | ---------------------------------- | ---------------------------------- | ---------------------------------- | | go | github.com/twmb/franz-go/pkg/kfake | v0.0.0-20260515175617-8268a5d078c0 | v0.0.0-20260804154521-adb3a18abe14 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent b08dd1c commit 1c210ac

25 files changed

Lines changed: 330 additions & 55 deletions

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ require (
131131
github.com/tjhop/slog-gokit v0.2.0
132132
github.com/twmb/franz-go v1.21.3
133133
github.com/twmb/franz-go/pkg/kadm v1.18.0
134-
github.com/twmb/franz-go/pkg/kfake v0.0.0-20260515175617-8268a5d078c0
134+
github.com/twmb/franz-go/pkg/kfake v0.0.0-20260804154521-adb3a18abe14
135135
github.com/twmb/franz-go/pkg/kmsg v1.13.1
136136
github.com/twmb/franz-go/plugin/kotel v1.7.0
137137
github.com/twmb/franz-go/plugin/kprom v1.2.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,8 +883,8 @@ github.com/twmb/franz-go v1.21.3 h1:q9Mo8ri+OwBQBjKqrerNCqNWJlJnUDe2qnYsj2V3hdI=
883883
github.com/twmb/franz-go v1.21.3/go.mod h1:rfoMTnVk7107fhTGxfEKIHP/e7tPe6oyij/ywzO0czk=
884884
github.com/twmb/franz-go/pkg/kadm v1.18.0 h1:WRf/LZmDdcDXwX7WMbtDU++v+b3NzYh2bCGoPMmzirw=
885885
github.com/twmb/franz-go/pkg/kadm v1.18.0/go.mod h1:XeLhGoLXLFzK8/ryv5FfpxPxGwj4oFEGpPJMB/x6KDE=
886-
github.com/twmb/franz-go/pkg/kfake v0.0.0-20260515175617-8268a5d078c0 h1:YWmvjmcidrKLLgObwU1k7K9KuesdYTV33OTIS0Ltj8o=
887-
github.com/twmb/franz-go/pkg/kfake v0.0.0-20260515175617-8268a5d078c0/go.mod h1:9j4VxU2ng6tHgD4lIkNJ5OJ3D6vgPhhIp3tBa7dJgLA=
886+
github.com/twmb/franz-go/pkg/kfake v0.0.0-20260804154521-adb3a18abe14 h1:jomii5kh1cmGaglyoAEZGud71xQU57qqDyCmsYeH8uY=
887+
github.com/twmb/franz-go/pkg/kfake v0.0.0-20260804154521-adb3a18abe14/go.mod h1:9j4VxU2ng6tHgD4lIkNJ5OJ3D6vgPhhIp3tBa7dJgLA=
888888
github.com/twmb/franz-go/pkg/kmsg v1.13.1 h1:fG5kItwysTk5UXqVwb64EpQEy3TydF3vYYK21nUQ+bI=
889889
github.com/twmb/franz-go/pkg/kmsg v1.13.1/go.mod h1:+DPt4NC8RmI6hqb8G09+3giKObE6uD2Eya6CfqBpeJY=
890890
github.com/twmb/franz-go/plugin/kotel v1.7.0 h1:TAj9zmeqtnH0z4m7+ooa7EEbDIMIvvDdAqejIhNZjB4=

vendor/github.com/twmb/franz-go/pkg/kfake/01_fetch.go

Lines changed: 32 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/twmb/franz-go/pkg/kfake/02_list_offsets.go

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/twmb/franz-go/pkg/kfake/10_find_coordinator.go

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/twmb/franz-go/pkg/kfake/17_sasl_handshake.go

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/twmb/franz-go/pkg/kfake/18_api_versions.go

Lines changed: 35 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/twmb/franz-go/pkg/kfake/20_delete_topics.go

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/twmb/franz-go/pkg/kfake/29_describe_acls.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/twmb/franz-go/pkg/kfake/31_delete_acls.go

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)