From c256956819e1fda126c58a739cac956c9a0c11be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 05:49:21 +0000 Subject: [PATCH] go.mod: bump github.com/conduitio/conduit-commons from 0.5.4 to 0.6.0 Bumps [github.com/conduitio/conduit-commons](https://github.com/conduitio/conduit-commons) from 0.5.4 to 0.6.0. - [Commits](https://github.com/conduitio/conduit-commons/compare/v0.5.4...v0.6.0) --- updated-dependencies: - dependency-name: github.com/conduitio/conduit-commons dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 eb7586f..0d1f3c8 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.4 + github.com/conduitio/conduit-commons v0.6.0 github.com/golangci/golangci-lint v1.64.8 mvdan.cc/gofumpt v0.8.0 ) diff --git a/go.sum b/go.sum index 006595e..d17953e 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.4 h1:O1j08gsC7Bf3Y0CbfIcpWz0719Ehx3GoHqVLItsOQbU= -github.com/conduitio/conduit-commons v0.5.4/go.mod h1:GtxenYQA3eWPeH+rCdycHVO/zE9rngAmwRAlqvshL+8= +github.com/conduitio/conduit-commons v0.6.0 h1:UgKXYAMEO3w759R5EmAP0Ax5yFWPGqvPMr/neltfsAI= +github.com/conduitio/conduit-commons v0.6.0/go.mod h1:n+zdde8QZ+gX4m4tjv7qT1xomZSGZg/dpoTx/JR/fh4= 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=