From 7b8334c3369325084d4b538f4a7bf9ebf9b4b5f0 Mon Sep 17 00:00:00 2001 From: Mark Gregan Date: Mon, 3 Jan 2022 10:56:28 -0500 Subject: [PATCH] Fixing CDC Postgres envar --- go.mod | 2 +- go.sum | 2 ++ .../build/go/protos/args/ps_args_postgres.pb.go | 4 ++-- vendor/modules.txt | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index c8c5caf8..7a76f675 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index ead5a7e5..8021282d 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/vendor/github.com/batchcorp/plumber-schemas/build/go/protos/args/ps_args_postgres.pb.go b/vendor/github.com/batchcorp/plumber-schemas/build/go/protos/args/ps_args_postgres.pb.go index 66eef1b9..5135bad1 100644 --- a/vendor/github.com/batchcorp/plumber-schemas/build/go/protos/args/ps_args_postgres.pb.go +++ b/vendor/github.com/batchcorp/plumber-schemas/build/go/protos/args/ps_args_postgres.pb.go @@ -23,8 +23,8 @@ const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type PostgresConn struct { // @gotags: kong:"help='Postgres server hostname',env='PLUMBER_RELAY_CDCPOSTGRES_HOSTNAME',required" Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty" kong:"help='Postgres server hostname',env='PLUMBER_RELAY_CDCPOSTGRES_HOSTNAME',required"` - // @gotags: kong:"help='Postgres port',env='PLUMBER_RELAY_CDCPOSTGRES_USERNAME',default=5432,required" - Port uint32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty" kong:"help='Postgres port',env='PLUMBER_RELAY_CDCPOSTGRES_USERNAME',default=5432,required"` + // @gotags: kong:"help='Postgres port',env='PLUMBER_RELAY_CDCPOSTGRES_PORT',default=5432,required" + Port uint32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty" kong:"help='Postgres port',env='PLUMBER_RELAY_CDCPOSTGRES_PORT',default=5432,required"` // @gotags: kong:"help='Postgres username',env='PLUMBER_RELAY_CDCPOSTGRES_USERNAME',required" Username string `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty" kong:"help='Postgres username',env='PLUMBER_RELAY_CDCPOSTGRES_USERNAME',required"` // @gotags: kong:"help='Postgres server password',env='PLUMBER_RELAY_CDCPOSTGRES_PASSWORD'" diff --git a/vendor/modules.txt b/vendor/modules.txt index 4f3a0540..8cf4e8ef 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -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