Skip to content

Commit

Permalink
fix: required conduit.yaml (#2031)
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb authored Dec 18, 2024
1 parent e852011 commit 3a8bb08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/conduitio/conduit-connector-sdk v0.12.0
github.com/conduitio/conduit-processor-sdk v0.4.0
github.com/conduitio/conduit-schema-registry v0.2.2
github.com/conduitio/ecdysis v0.0.2
github.com/conduitio/ecdysis v0.0.3
github.com/conduitio/yaml/v3 v3.3.0
github.com/dop251/goja v0.0.0-20240806095544-3491d4a58fbe
github.com/dop251/goja_nodejs v0.0.0-20231122114759-e84d9a924c5c
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ github.com/conduitio/conduit-processor-sdk v0.4.0 h1:wF1Fj31aneNixNbW5rJ0/5Q3vwW
github.com/conduitio/conduit-processor-sdk v0.4.0/go.mod h1:Jj9ZBTee7nO0XeociDxe9gSvLFN1GbPWP1Aj04DPeZQ=
github.com/conduitio/conduit-schema-registry v0.2.2 h1:Q0uL8egRAzJlRV7Ed5nEcqZ1yE/UQeZJad3VmhgTSFE=
github.com/conduitio/conduit-schema-registry v0.2.2/go.mod h1:EmT4ylkz15LYddL6qU4wDX52n1Yp0aHvEDRIWOYYzFs=
github.com/conduitio/ecdysis v0.0.2 h1:euEHH3XnmESsk40fzbVmVmBB+nFg4DzwlF8lz+Fs5HA=
github.com/conduitio/ecdysis v0.0.2/go.mod h1:k0i+Krn8g63HNFnGNnkf8YWf+Lg0KrHRRQtkE0I4MRE=
github.com/conduitio/ecdysis v0.0.3 h1:bX+Uk73ntf3QnV3eKGWulxDswGI2lDvJxVDDugjPjbA=
github.com/conduitio/ecdysis v0.0.3/go.mod h1:k0i+Krn8g63HNFnGNnkf8YWf+Lg0KrHRRQtkE0I4MRE=
github.com/conduitio/yaml/v3 v3.3.0 h1:kbbaOSHcuH39gP4+rgbJGl6DSbLZcJgEaBvkEXJlCsI=
github.com/conduitio/yaml/v3 v3.3.0/go.mod h1:JNgFMOX1t8W4YJuRZOh6GggVtSMsgP9XgTw+7dIenpc=
github.com/containerd/cgroups/v3 v3.0.3 h1:S5ByHZ/h9PMe5IOQoN7E+nMc2UcLEM/V48DGDJ9kip0=
Expand Down

0 comments on commit 3a8bb08

Please sign in to comment.