From 80f5d718173798dd65a12d8f1e4eb8f813f3dbc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 18:17:26 +0000 Subject: [PATCH] Bump github.com/twmb/franz-go/pkg/sr in /integration-test Bumps [github.com/twmb/franz-go/pkg/sr](https://github.com/twmb/franz-go) from 0.0.0-20240221021454-52a9ebaedf47 to 1.1.0. - [Changelog](https://github.com/twmb/franz-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/twmb/franz-go/commits/v1.1.0) --- updated-dependencies: - dependency-name: github.com/twmb/franz-go/pkg/sr dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- integration-test/go.mod | 2 +- integration-test/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration-test/go.mod b/integration-test/go.mod index 3389362..4f72558 100644 --- a/integration-test/go.mod +++ b/integration-test/go.mod @@ -12,7 +12,7 @@ require ( github.com/testcontainers/testcontainers-go/modules/redpanda v0.29.1 github.com/twmb/franz-go v1.16.1 github.com/twmb/franz-go/pkg/kadm v1.11.0 - github.com/twmb/franz-go/pkg/sr v0.0.0-20240221021454-52a9ebaedf47 + github.com/twmb/franz-go/pkg/sr v1.1.0 ) require ( diff --git a/integration-test/go.sum b/integration-test/go.sum index c317042..2013dc9 100644 --- a/integration-test/go.sum +++ b/integration-test/go.sum @@ -169,8 +169,8 @@ github.com/twmb/franz-go/pkg/kadm v1.11.0 h1:FfeWJ0qadntFpAcQt8JzNXW4dijjytZNLrz github.com/twmb/franz-go/pkg/kadm v1.11.0/go.mod h1:qrhkdH+SWS3ivmbqOgHbpgVHamhaKcjH0UM+uOp0M1A= github.com/twmb/franz-go/pkg/kmsg v1.7.0 h1:a457IbvezYfA5UkiBvyV3zj0Is3y1i8EJgqjJYoij2E= github.com/twmb/franz-go/pkg/kmsg v1.7.0/go.mod h1:se9Mjdt0Nwzc9lnjJ0HyDtLyBnaBDAd7pCje47OhSyw= -github.com/twmb/franz-go/pkg/sr v0.0.0-20240221021454-52a9ebaedf47 h1:Y+HKacgGQdNUJ1FZtJXLNe+ku1+2b8H/HoasCZYtL2s= -github.com/twmb/franz-go/pkg/sr v0.0.0-20240221021454-52a9ebaedf47/go.mod h1:egX+kicq83hpztv3PRCXKLNO132Ol9JTAJOCRZcqUxI= +github.com/twmb/franz-go/pkg/sr v1.1.0 h1:9BpyinApRkdJUC1v81LQD4kC51hKRRPDFmGBSx8LIE8= +github.com/twmb/franz-go/pkg/sr v1.1.0/go.mod h1:aUFRRLI5WYKpKzmWDztzZFecx5eOkCNuuamd91jUV5c= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo0=