Skip to content

Commit

Permalink
update plugin interface
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon committed Jun 29, 2022
1 parent cb70142 commit ce14149
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 240 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/conduitio/conduit-connector-generator v0.1.0
github.com/conduitio/conduit-connector-kafka v0.1.1
github.com/conduitio/conduit-connector-postgres v0.1.0
github.com/conduitio/conduit-connector-protocol v0.2.0
github.com/conduitio/conduit-connector-protocol v0.2.1-0.20220608133528-f466a956bd4d
github.com/conduitio/conduit-connector-s3 v0.1.1
github.com/conduitio/conduit-connector-sdk v0.2.0
github.com/dgraph-io/badger/v3 v3.2103.2
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ github.com/conduitio/conduit-connector-postgres v0.1.0 h1:Dj2S1NrwnJaUOgQqb9MjGS
github.com/conduitio/conduit-connector-postgres v0.1.0/go.mod h1:ug4N+2pGKDbG5UN++w7xRqb0A5Ua2J5Ld5wUzLbU1Q0=
github.com/conduitio/conduit-connector-protocol v0.2.0 h1:gwYXVKEMgTtU67ephQ5WwTGIDbT/eTLA9Mdr9Bnbqxc=
github.com/conduitio/conduit-connector-protocol v0.2.0/go.mod h1:udCU2AkLcYQoLjAO06tHVL2iFJPw+DamK+wllnj50hk=
github.com/conduitio/conduit-connector-protocol v0.2.1-0.20220608133528-f466a956bd4d h1:f3R0yPiH45hDZwNcYMSzKJP6LOGQPELCqW9OkZmd2lA=
github.com/conduitio/conduit-connector-protocol v0.2.1-0.20220608133528-f466a956bd4d/go.mod h1:1nmTaD+l3mvq3PnMmPPx8UxHPM53Xk8zGT3URu2Xx2M=
github.com/conduitio/conduit-connector-s3 v0.1.1 h1:10uIakNmF65IN5TNJB1qPWC6vbdGgrHEMg8r+dxDrc8=
github.com/conduitio/conduit-connector-s3 v0.1.1/go.mod h1:xpfBzOGjZkkglTmF1444qEjXuEx+do1PTYZNroPFcSE=
github.com/conduitio/conduit-connector-sdk v0.2.0 h1:yReJT3SOAGqJIlk59WC5FPgpv0Gg+NG4NFj6FJ89XnM=
Expand Down
Loading

0 comments on commit ce14149

Please sign in to comment.