File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ specification:
19
19
20
20
The Destination connector will create the file if it doesn't exist, and
21
21
records with changes will be appended to the destination file when received.
22
- version : v0.10.1
22
+ version : v0.10.2
23
23
author : Meroxa, Inc.
24
24
source :
25
25
parameters :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/conduitio/conduit-connector-file
3
3
go 1.24.2
4
4
5
5
require (
6
- github.com/conduitio/conduit-commons v0.5.3
6
+ github.com/conduitio/conduit-commons v0.5.4
7
7
github.com/conduitio/conduit-connector-sdk v0.13.4
8
8
github.com/nxadm/tail v1.4.11
9
9
go.uber.org/goleak v1.3.0
Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ github.com/chavacava/garif v0.1.0 h1:2JHa3hbYf5D9dsgseMKAmc/MZ109otzgNFk5s87H9Pc
78
78
github.com/chavacava/garif v0.1.0 /go.mod h1:XMyYCkEL58DF0oyW4qDjjnPWONs2HBqYKI+UIPD+Gww =
79
79
github.com/ckaznocha/intrange v0.3.0 h1:VqnxtK32pxgkhJgYQEeOArVidIPg+ahLP7WBOXZd5ZY =
80
80
github.com/ckaznocha/intrange v0.3.0 /go.mod h1:+I/o2d2A1FBHgGELbGxzIcyd3/9l9DuwjM8FsbSS3Lo =
81
- github.com/conduitio/conduit-commons v0.5.3 h1:JqbyokOloZf4VXx3qcYyOgFYR+ME+1bKSOq9OPDVchA =
82
- github.com/conduitio/conduit-commons v0.5.3 /go.mod h1:GtxenYQA3eWPeH+rCdycHVO/zE9rngAmwRAlqvshL+8 =
81
+ github.com/conduitio/conduit-commons v0.5.4 h1:O1j08gsC7Bf3Y0CbfIcpWz0719Ehx3GoHqVLItsOQbU =
82
+ github.com/conduitio/conduit-commons v0.5.4 /go.mod h1:GtxenYQA3eWPeH+rCdycHVO/zE9rngAmwRAlqvshL+8 =
83
83
github.com/conduitio/conduit-connector-protocol v0.9.2 h1:QYZQCYrbKz6Vbtv5KWfa4d7YQSoJq3AEnV1xVWnHk8Y =
84
84
github.com/conduitio/conduit-connector-protocol v0.9.2 /go.mod h1:bgQ3cs1lGUWmO/TBxtP+mZIy4WL3vPSGEK7BVC5TEUg =
85
85
github.com/conduitio/conduit-connector-sdk v0.13.4 h1:XxVdHnfggKJWwhLq6fgEMgZgK1QCcy22fBbKdFVbTTw =
You can’t perform that action at this time.
0 commit comments