Skip to content

Commit

Permalink
Merge pull request #217 from batchcorp/blinktag/fix_cdc_postgres_envar
Browse files Browse the repository at this point in the history
Fixing CDC Postgres envar
  • Loading branch information
blinktag committed Jan 3, 2022
2 parents 4611573 + 7b8334c commit 48bafb2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/batchcorp/collector-schemas v0.0.5
github.com/batchcorp/kong v0.2.17-batch-fix
github.com/batchcorp/pgoutput v0.3.2
github.com/batchcorp/plumber-schemas v0.0.121
github.com/batchcorp/plumber-schemas v0.0.122
github.com/batchcorp/rabbit v0.1.17
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/fatih/color v1.12.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ github.com/batchcorp/plumber-schemas v0.0.120 h1:qiYduUtdV6rjTtpQmOiBuLRNZYhTr0K
github.com/batchcorp/plumber-schemas v0.0.120/go.mod h1:YULMKnfZ8X7tglTfUzKXhWc1Bfq6dy5ysIQbvsbCOkY=
github.com/batchcorp/plumber-schemas v0.0.121 h1:nxdlIk18BPrloSpcu6NXibPw+zb3VHacDYVTO5YlCLg=
github.com/batchcorp/plumber-schemas v0.0.121/go.mod h1:YULMKnfZ8X7tglTfUzKXhWc1Bfq6dy5ysIQbvsbCOkY=
github.com/batchcorp/plumber-schemas v0.0.122 h1:oC8QJtie6b7SAegBWt1xDllCj87gNXoJ0a8rC3tJyWI=
github.com/batchcorp/plumber-schemas v0.0.122/go.mod h1:YULMKnfZ8X7tglTfUzKXhWc1Bfq6dy5ysIQbvsbCOkY=
github.com/batchcorp/rabbit v0.1.9 h1:BzQStzeo0WuvC7+PKYaEBYtn9qqramlaZCN1CxmNM6U=
github.com/batchcorp/rabbit v0.1.9/go.mod h1:LaAQ6FCNkir0/SbJ9jX3JNNP1ULAU2M3QZN/IwFRwXw=
github.com/batchcorp/rabbit v0.1.16 h1:TqyToURClYCPNiBzMOF0Cj87X1i9vLLZn0nG8PzawcE=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ github.com/batchcorp/kong
# github.com/batchcorp/pgoutput v0.3.2
## explicit
github.com/batchcorp/pgoutput
# github.com/batchcorp/plumber-schemas v0.0.121
# github.com/batchcorp/plumber-schemas v0.0.122
## explicit
github.com/batchcorp/plumber-schemas/build/go/protos
github.com/batchcorp/plumber-schemas/build/go/protos/args
Expand Down

0 comments on commit 48bafb2

Please sign in to comment.