Skip to content

Commit 29beff6

Browse files
go.mod: bump github.com/conduitio/conduit-commons from 0.5.4 to 0.6.0 (#298)
Bumps [github.com/conduitio/conduit-commons](https://github.com/conduitio/conduit-commons) from 0.5.4 to 0.6.0. - [Commits](ConduitIO/conduit-commons@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9da30f9 commit 29beff6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.2
55
require (
66
github.com/Masterminds/sprig/v3 v3.3.0
77
github.com/Masterminds/squirrel v1.5.4
8-
github.com/conduitio/conduit-commons v0.5.4
8+
github.com/conduitio/conduit-commons v0.6.0
99
github.com/conduitio/conduit-connector-sdk v0.14.0
1010
github.com/google/go-cmp v0.7.0
1111
github.com/google/uuid v1.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ github.com/chavacava/garif v0.1.0 h1:2JHa3hbYf5D9dsgseMKAmc/MZ109otzgNFk5s87H9Pc
8080
github.com/chavacava/garif v0.1.0/go.mod h1:XMyYCkEL58DF0oyW4qDjjnPWONs2HBqYKI+UIPD+Gww=
8181
github.com/ckaznocha/intrange v0.3.0 h1:VqnxtK32pxgkhJgYQEeOArVidIPg+ahLP7WBOXZd5ZY=
8282
github.com/ckaznocha/intrange v0.3.0/go.mod h1:+I/o2d2A1FBHgGELbGxzIcyd3/9l9DuwjM8FsbSS3Lo=
83-
github.com/conduitio/conduit-commons v0.5.4 h1:O1j08gsC7Bf3Y0CbfIcpWz0719Ehx3GoHqVLItsOQbU=
84-
github.com/conduitio/conduit-commons v0.5.4/go.mod h1:GtxenYQA3eWPeH+rCdycHVO/zE9rngAmwRAlqvshL+8=
83+
github.com/conduitio/conduit-commons v0.6.0 h1:UgKXYAMEO3w759R5EmAP0Ax5yFWPGqvPMr/neltfsAI=
84+
github.com/conduitio/conduit-commons v0.6.0/go.mod h1:n+zdde8QZ+gX4m4tjv7qT1xomZSGZg/dpoTx/JR/fh4=
8585
github.com/conduitio/conduit-connector-protocol v0.9.4-0.20250522154900-3708d4f3a481 h1:kP/uM0ZdDeC8pdBp3q8y2tJD/h+EDbwyuHPU/+rwSeo=
8686
github.com/conduitio/conduit-connector-protocol v0.9.4-0.20250522154900-3708d4f3a481/go.mod h1:vssplKMGbYx7JvRcRpqiRzQIysn7GCj1J5kW/g/1GfE=
8787
github.com/conduitio/conduit-connector-sdk v0.14.0 h1:Icj/DDEvo3u83A7Q8vaJHlr0L7/C7ChrZWLr8bcy6XE=

0 commit comments

Comments
 (0)