Skip to content

Commit f482e2b

Browse files
go.mod: bump github.com/conduitio/conduit-connector-sdk from 0.13.1 to 0.13.2 (#261)
* go.mod: bump github.com/conduitio/conduit-connector-sdk Bumps [github.com/conduitio/conduit-connector-sdk](https://github.com/conduitio/conduit-connector-sdk) from 0.13.1 to 0.13.2. - [Commits](ConduitIO/conduit-connector-sdk@v0.13.1...v0.13.2) --- updated-dependencies: - dependency-name: github.com/conduitio/conduit-connector-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * regenerate --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Haris Osmanagic <[email protected]>
1 parent 8630fd1 commit f482e2b

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

connector.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,7 @@ specification:
162162
description: Maximum delay before an incomplete batch is read from the source.
163163
type: duration
164164
default: "0"
165-
validations:
166-
- type: greater-than
167-
value: "-1"
165+
validations: []
168166
- name: sdk.batch.size
169167
description: Maximum size of batch before it gets read from the source.
170168
type: int

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/Masterminds/sprig/v3 v3.3.0
77
github.com/Masterminds/squirrel v1.5.4
88
github.com/conduitio/conduit-commons v0.5.1
9-
github.com/conduitio/conduit-connector-sdk v0.13.1
9+
github.com/conduitio/conduit-connector-sdk v0.13.2
1010
github.com/daixiang0/gci v0.13.5
1111
github.com/golangci/golangci-lint v1.64.7
1212
github.com/google/go-cmp v0.7.0
@@ -59,7 +59,7 @@ require (
5959
github.com/charithe/durationcheck v0.0.10 // indirect
6060
github.com/chavacava/garif v0.1.0 // indirect
6161
github.com/ckaznocha/intrange v0.3.0 // indirect
62-
github.com/conduitio/conduit-connector-protocol v0.9.0 // indirect
62+
github.com/conduitio/conduit-connector-protocol v0.9.1 // indirect
6363
github.com/conduitio/evolviconf v0.1.0 // indirect
6464
github.com/conduitio/evolviconf/evolviyaml v0.1.0 // indirect
6565
github.com/conduitio/yaml/v3 v3.3.0 // indirect
@@ -101,7 +101,7 @@ require (
101101
github.com/gostaticanalysis/nilerr v0.1.1 // indirect
102102
github.com/hashicorp/go-hclog v1.6.3 // indirect
103103
github.com/hashicorp/go-immutable-radix/v2 v2.1.0 // indirect
104-
github.com/hashicorp/go-plugin v1.6.2 // indirect
104+
github.com/hashicorp/go-plugin v1.6.3 // indirect
105105
github.com/hashicorp/go-version v1.7.0 // indirect
106106
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
107107
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -224,7 +224,7 @@ require (
224224
go.uber.org/multierr v1.11.0 // indirect
225225
go.uber.org/zap v1.27.0 // indirect
226226
golang.org/x/crypto v0.36.0 // indirect
227-
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
227+
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
228228
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
229229
golang.org/x/mod v0.24.0 // indirect
230230
golang.org/x/net v0.37.0 // indirect

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ github.com/ckaznocha/intrange v0.3.0 h1:VqnxtK32pxgkhJgYQEeOArVidIPg+ahLP7WBOXZd
8282
github.com/ckaznocha/intrange v0.3.0/go.mod h1:+I/o2d2A1FBHgGELbGxzIcyd3/9l9DuwjM8FsbSS3Lo=
8383
github.com/conduitio/conduit-commons v0.5.1 h1:o6Lh3LhBuorDfVVlWyj3tYoYbBUUPTMiJE2zefiBuSo=
8484
github.com/conduitio/conduit-commons v0.5.1/go.mod h1:FmJI9zOxX+HDiqculivPmekaUASZdubOJnI8sOOLAXk=
85-
github.com/conduitio/conduit-connector-protocol v0.9.0 h1:7MailxYxAsr376Nz8WStVYSXnlf86bjtzpA/d/66if0=
86-
github.com/conduitio/conduit-connector-protocol v0.9.0/go.mod h1:lF7RUjr9ZMj1rtNubaryHw4mPfjj4DGYDW+wvvRwBkM=
87-
github.com/conduitio/conduit-connector-sdk v0.13.1 h1:Fw5KHm8Y7LdtLibeLW+dYA9IAHx/1GuWx8VLZcBkvg0=
88-
github.com/conduitio/conduit-connector-sdk v0.13.1/go.mod h1:rduMJDB541+dolgZdCkPPaJk2CHPaTe1FUnV1YvwTl0=
85+
github.com/conduitio/conduit-connector-protocol v0.9.1 h1:NhazVIoJOOuX+9xAiL3WZ0r3T6UAMwLkPD8h6lWMND4=
86+
github.com/conduitio/conduit-connector-protocol v0.9.1/go.mod h1:S3Rar9si3GJUolwtFhO2CL3DpuWmJxzce4W+Psi/8zQ=
87+
github.com/conduitio/conduit-connector-sdk v0.13.2 h1:6bs98jNawrm5bM2FcyVzCJA6s6VZxsxf5O9FKJ9ivDo=
88+
github.com/conduitio/conduit-connector-sdk v0.13.2/go.mod h1:2DAkGawNJ2wFLkrzylwy43JJkRdGQ4loGVvZfZWnnx0=
8989
github.com/conduitio/evolviconf v0.1.0 h1:rcG+hs6tlrYlX9qomOQJz+K+OnDhbMbioGx3ci55yo0=
9090
github.com/conduitio/evolviconf v0.1.0/go.mod h1:RnbnSqDDYarKgG2p+krP71svG6qLms3+/TnKrPKWk+0=
9191
github.com/conduitio/evolviconf/evolviyaml v0.1.0 h1:nMW7CROIMtHhscm/QLMpMs7uCPp6O2dS4CfU9bhugd4=
@@ -214,8 +214,8 @@ github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB1
214214
github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
215215
github.com/hashicorp/go-immutable-radix/v2 v2.1.0 h1:CUW5RYIcysz+D3B+l1mDeXrQ7fUvGGCwJfdASSzbrfo=
216216
github.com/hashicorp/go-immutable-radix/v2 v2.1.0/go.mod h1:hgdqLXA4f6NIjRVisM1TJ9aOJVNRqKZj+xDGF6m7PBw=
217-
github.com/hashicorp/go-plugin v1.6.2 h1:zdGAEd0V1lCaU0u+MxWQhtSDQmahpkwOun8U8EiRVog=
218-
github.com/hashicorp/go-plugin v1.6.2/go.mod h1:CkgLQ5CZqNmdL9U9JzM532t8ZiYQ35+pj3b1FD37R0Q=
217+
github.com/hashicorp/go-plugin v1.6.3 h1:xgHB+ZUSYeuJi96WtxEjzi23uh7YQpznjGh0U0UUrwg=
218+
github.com/hashicorp/go-plugin v1.6.3/go.mod h1:MRobyh+Wc/nYy1V4KAXUiYfzxoYhs7V1mlH1Z7iY2h0=
219219
github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=
220220
github.com/hashicorp/go-uuid v1.0.3/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
221221
github.com/hashicorp/go-version v1.2.1/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
@@ -554,8 +554,8 @@ golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliY
554554
golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4=
555555
golang.org/x/crypto v0.36.0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34=
556556
golang.org/x/crypto v0.36.0/go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZvc=
557-
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 h1:1UoZQm6f0P/ZO0w1Ri+f+ifG/gXhegadRdwBIXEFWDo=
558-
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67/go.mod h1:qj5a5QZpwLU2NLQudwIN5koi3beDhSAlJwa67PuM98c=
557+
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 h1:yqrTHse8TCMW1M1ZCP+VAR/l0kKxwaAIqN/il7x4voA=
558+
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8/go.mod h1:tujkw807nyEEAamNbDrEGzRav+ilXA7PCRAd6xsmwiU=
559559
golang.org/x/exp/typeparams v0.0.0-20220428152302-39d4317da171/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk=
560560
golang.org/x/exp/typeparams v0.0.0-20230203172020-98cc5a0785f9/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk=
561561
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac h1:TSSpLIG4v+p0rPv1pNOQtl1I8knsO4S9trOxNMOLVP4=

0 commit comments

Comments
 (0)