From 2ca78c3c24fc7850de33ce2cd37b23a05e331198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 05:22:39 +0000 Subject: [PATCH] go.mod: bump github.com/conduitio/conduit-commons from 0.5.3 to 0.5.4 Bumps [github.com/conduitio/conduit-commons](https://github.com/conduitio/conduit-commons) from 0.5.3 to 0.5.4. - [Commits](https://github.com/conduitio/conduit-commons/compare/v0.5.3...v0.5.4) --- updated-dependencies: - dependency-name: github.com/conduitio/conduit-commons dependency-version: 0.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ae25ca9..eb7586f 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/conduitio/conduit-processor-example go 1.24.2 require ( - github.com/conduitio/conduit-commons v0.5.3 + github.com/conduitio/conduit-commons v0.5.4 github.com/golangci/golangci-lint v1.64.8 mvdan.cc/gofumpt v0.8.0 ) diff --git a/go.sum b/go.sum index ccc63f2..006595e 100644 --- a/go.sum +++ b/go.sum @@ -70,8 +70,8 @@ github.com/chavacava/garif v0.1.0 h1:2JHa3hbYf5D9dsgseMKAmc/MZ109otzgNFk5s87H9Pc github.com/chavacava/garif v0.1.0/go.mod h1:XMyYCkEL58DF0oyW4qDjjnPWONs2HBqYKI+UIPD+Gww= github.com/ckaznocha/intrange v0.3.0 h1:VqnxtK32pxgkhJgYQEeOArVidIPg+ahLP7WBOXZd5ZY= github.com/ckaznocha/intrange v0.3.0/go.mod h1:+I/o2d2A1FBHgGELbGxzIcyd3/9l9DuwjM8FsbSS3Lo= -github.com/conduitio/conduit-commons v0.5.3 h1:JqbyokOloZf4VXx3qcYyOgFYR+ME+1bKSOq9OPDVchA= -github.com/conduitio/conduit-commons v0.5.3/go.mod h1:GtxenYQA3eWPeH+rCdycHVO/zE9rngAmwRAlqvshL+8= +github.com/conduitio/conduit-commons v0.5.4 h1:O1j08gsC7Bf3Y0CbfIcpWz0719Ehx3GoHqVLItsOQbU= +github.com/conduitio/conduit-commons v0.5.4/go.mod h1:GtxenYQA3eWPeH+rCdycHVO/zE9rngAmwRAlqvshL+8= github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g= github.com/curioswitch/go-reassign v0.3.0 h1:dh3kpQHuADL3cobV/sSGETA8DOv457dwl+fbBAhrQPs= github.com/curioswitch/go-reassign v0.3.0/go.mod h1:nApPCCTtqLJN/s8HfItCcKV0jIPwluBOvZP+dsJGA88=