Skip to content

Commit cef4114

Browse files
fix(deps): update module github.com/twmb/franz-go/plugin/kprom to v1.3.0
| datasource | package | from | to | | ---------- | ------------------------------------- | ------ | ------ | | go | github.com/twmb/franz-go/plugin/kprom | v1.2.1 | v1.3.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent ac5c62d commit cef4114

File tree

5 files changed

+35
-7
lines changed

5 files changed

+35
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ require (
9898
github.com/twmb/franz-go/pkg/kfake v0.0.0-20260121195810-e0832fcbdccb
9999
github.com/twmb/franz-go/pkg/kmsg v1.12.0
100100
github.com/twmb/franz-go/plugin/kotel v1.6.0
101-
github.com/twmb/franz-go/plugin/kprom v1.2.1
101+
github.com/twmb/franz-go/plugin/kprom v1.3.0
102102
go.opentelemetry.io/collector/client v1.44.0
103103
go.opentelemetry.io/collector/component/componenttest v0.138.0
104104
go.opentelemetry.io/collector/config/configgrpc v0.138.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -942,8 +942,8 @@ github.com/twmb/franz-go/pkg/sasl/kerberos v1.1.0 h1:alKdbddkPw3rDh+AwmUEwh6HNYg
942942
github.com/twmb/franz-go/pkg/sasl/kerberos v1.1.0/go.mod h1:k8BoBjyUbFj34f0rRbn+Ky12sZFAPbmShrg0karAIMo=
943943
github.com/twmb/franz-go/plugin/kotel v1.6.0 h1:hmvLn/cVw/Hn56H3aJVJu/a/fh6m8J6Ajwp0IcEHbH8=
944944
github.com/twmb/franz-go/plugin/kotel v1.6.0/go.mod h1:ADmLuCa/NzHdXdWfl22FsIlGCack+YrHjivirHCBJaY=
945-
github.com/twmb/franz-go/plugin/kprom v1.2.1 h1:FGWdneW9htySYmvJ5tEuAIZepjFOuTFhHLy5TrVR+QI=
946-
github.com/twmb/franz-go/plugin/kprom v1.2.1/go.mod h1:+dzpKnVE6By8BDRFj240dTDJS9bP2dngmuhv7egJ3Go=
945+
github.com/twmb/franz-go/plugin/kprom v1.3.0 h1:hpPL0LxgDZ0WuT8U+PT9uYo0icY2/Pcodgdk4Ylgblo=
946+
github.com/twmb/franz-go/plugin/kprom v1.3.0/go.mod h1:7wlpDMa4Ls5GBIYb3xUUxK38g1N7qy2cLYO84zAtp/w=
947947
github.com/twmb/franz-go/plugin/kzap v1.1.2 h1:0arX5xJ0soUPX1LlDay6ZZoxuWkWk1lggQ5M/IgRXAE=
948948
github.com/twmb/franz-go/plugin/kzap v1.1.2/go.mod h1:53Cl9Uz1pbdOPDvUISIxLrZIWSa2jCuY1bTMauRMBmo=
949949
github.com/twmb/murmur3 v1.1.8 h1:8Yt9taO/WN3l08xErzjeschgZU2QSrwm1kclYq+0aRg=

vendor/github.com/twmb/franz-go/plugin/kprom/config.go

Lines changed: 2 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/plugin/kprom/kprom.go

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

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,8 +1542,8 @@ github.com/twmb/franz-go/pkg/sasl/kerberos
15421542
# github.com/twmb/franz-go/plugin/kotel v1.6.0
15431543
## explicit; go 1.22.0
15441544
github.com/twmb/franz-go/plugin/kotel
1545-
# github.com/twmb/franz-go/plugin/kprom v1.2.1
1546-
## explicit; go 1.21
1545+
# github.com/twmb/franz-go/plugin/kprom v1.3.0
1546+
## explicit; go 1.23.8
15471547
github.com/twmb/franz-go/plugin/kprom
15481548
# github.com/twmb/franz-go/plugin/kzap v1.1.2
15491549
## explicit; go 1.18

0 commit comments

Comments
 (0)