Skip to content

Commit ab23dd9

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

24 files changed

Lines changed: 326 additions & 51 deletions

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ require (
130130
github.com/tjhop/slog-gokit v0.2.0
131131
github.com/twmb/franz-go v1.21.3
132132
github.com/twmb/franz-go/pkg/kadm v1.18.0
133-
github.com/twmb/franz-go/pkg/kfake v0.0.0-20260515175617-8268a5d078c0
133+
github.com/twmb/franz-go/pkg/kfake v0.0.0-20260704163952-0aa5aa63c8fd
134134
github.com/twmb/franz-go/pkg/kmsg v1.13.1
135135
github.com/twmb/franz-go/plugin/kotel v1.7.0
136136
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
@@ -897,8 +897,8 @@ github.com/twmb/franz-go v1.21.3 h1:q9Mo8ri+OwBQBjKqrerNCqNWJlJnUDe2qnYsj2V3hdI=
897897
github.com/twmb/franz-go v1.21.3/go.mod h1:rfoMTnVk7107fhTGxfEKIHP/e7tPe6oyij/ywzO0czk=
898898
github.com/twmb/franz-go/pkg/kadm v1.18.0 h1:WRf/LZmDdcDXwX7WMbtDU++v+b3NzYh2bCGoPMmzirw=
899899
github.com/twmb/franz-go/pkg/kadm v1.18.0/go.mod h1:XeLhGoLXLFzK8/ryv5FfpxPxGwj4oFEGpPJMB/x6KDE=
900-
github.com/twmb/franz-go/pkg/kfake v0.0.0-20260515175617-8268a5d078c0 h1:YWmvjmcidrKLLgObwU1k7K9KuesdYTV33OTIS0Ltj8o=
901-
github.com/twmb/franz-go/pkg/kfake v0.0.0-20260515175617-8268a5d078c0/go.mod h1:9j4VxU2ng6tHgD4lIkNJ5OJ3D6vgPhhIp3tBa7dJgLA=
900+
github.com/twmb/franz-go/pkg/kfake v0.0.0-20260704163952-0aa5aa63c8fd h1:yaWTlk1LKWgfs6FJYw9cU0mRKvtDg2xVaP+mgmmZwA4=
901+
github.com/twmb/franz-go/pkg/kfake v0.0.0-20260704163952-0aa5aa63c8fd/go.mod h1:9j4VxU2ng6tHgD4lIkNJ5OJ3D6vgPhhIp3tBa7dJgLA=
902902
github.com/twmb/franz-go/pkg/kmsg v1.13.1 h1:fG5kItwysTk5UXqVwb64EpQEy3TydF3vYYK21nUQ+bI=
903903
github.com/twmb/franz-go/pkg/kmsg v1.13.1/go.mod h1:+DPt4NC8RmI6hqb8G09+3giKObE6uD2Eya6CfqBpeJY=
904904
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)