From a9e4aefa6f64344a0260301f6d0bfe3e69b130fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:02:28 +0000 Subject: [PATCH] fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.5.4 (#165) * fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.5.4 * Update aws source datamaps --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Schmitt --- cmd/datamaps/awssource.go | 48 +++++++++++++++++++++++++++++++++++++++ go.mod | 2 +- go.sum | 2 ++ 3 files changed, 51 insertions(+), 1 deletion(-) diff --git a/cmd/datamaps/awssource.go b/cmd/datamaps/awssource.go index 045d9b80..3a02cdc9 100644 --- a/cmd/datamaps/awssource.go +++ b/cmd/datamaps/awssource.go @@ -181,6 +181,54 @@ var AwssourceData = map[string][]TfMapData{ Scope: "*", }, }, + "aws_dx_gateway": { + { + Type: "directconnect-direct-connect-gateway", + Method: sdp.QueryMethod_GET, + QueryField: "id", + Scope: "*", + }, + }, + "aws_dx_gateway_association": { + { + Type: "directconnect-direct-connect-gateway-association", + Method: sdp.QueryMethod_GET, + QueryField: "id", + Scope: "*", + }, + }, + "aws_dx_gateway_association_proposal": { + { + Type: "directconnect-direct-connect-gateway-association-proposal", + Method: sdp.QueryMethod_GET, + QueryField: "id", + Scope: "*", + }, + }, + "aws_dx_private_virtual_interface": { + { + Type: "directconnect-virtual-interface", + Method: sdp.QueryMethod_GET, + QueryField: "id", + Scope: "*", + }, + }, + "aws_dx_public_virtual_interface": { + { + Type: "directconnect-virtual-interface", + Method: sdp.QueryMethod_GET, + QueryField: "id", + Scope: "*", + }, + }, + "aws_dx_transit_virtual_interface": { + { + Type: "directconnect-virtual-interface", + Method: sdp.QueryMethod_GET, + QueryField: "id", + Scope: "*", + }, + }, "aws_dynamodb_table": { { Type: "dynamodb-table", diff --git a/go.mod b/go.mod index ab850b47..a5651ddb 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/getsentry/sentry-go v0.26.0 github.com/google/uuid v1.6.0 github.com/hexops/gotextdiff v1.0.3 - github.com/jedib0t/go-pretty/v6 v6.5.3 + github.com/jedib0t/go-pretty/v6 v6.5.4 github.com/mattn/go-isatty v0.0.20 github.com/overmindtech/sdp-go v0.63.1 github.com/sirupsen/logrus v1.9.3 diff --git a/go.sum b/go.sum index ee9e9a65..37aae58c 100644 --- a/go.sum +++ b/go.sum @@ -47,6 +47,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2 github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= github.com/jedib0t/go-pretty/v6 v6.5.3 h1:GIXn6Er/anHTkVUoufs7ptEvxdD6KIhR7Axa2wYCPF0= github.com/jedib0t/go-pretty/v6 v6.5.3/go.mod h1:5LQIxa52oJ/DlDSLv0HEkWOFMDGoWkJb9ss5KqPpJBg= +github.com/jedib0t/go-pretty/v6 v6.5.4 h1:gOGo0613MoqUcf0xCj+h/V3sHDaZasfv152G6/5l91s= +github.com/jedib0t/go-pretty/v6 v6.5.4/go.mod h1:5LQIxa52oJ/DlDSLv0HEkWOFMDGoWkJb9ss5KqPpJBg= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg= github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo= github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=