From 6ea0b4ad7689595b5ebc6c5e144c1218cd25c0f0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 31 May 2022 12:51:30 +0000 Subject: [PATCH] fix(deps): Update module github.com/cloudquery/cq-provider-sdk to v0.10.5 --- go.mod | 4 ++-- go.sum | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 850f43605..3c7660749 100644 --- a/go.mod +++ b/go.mod @@ -66,7 +66,7 @@ require ( github.com/basgys/goxml2json v1.1.0 github.com/bxcodec/faker v2.0.1+incompatible github.com/cloudquery/cq-gen v0.0.4 - github.com/cloudquery/cq-provider-sdk v0.10.4 + github.com/cloudquery/cq-provider-sdk v0.10.5 github.com/cloudquery/faker/v3 v3.7.5 github.com/gocarina/gocsv v0.0.0-20210516172204-ca9e8a8ddea8 github.com/golang/mock v1.6.0 @@ -79,6 +79,7 @@ require ( require ( github.com/elliotchance/orderedmap v1.4.0 // indirect + github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect github.com/segmentio/stats/v4 v4.6.3 // indirect ) @@ -137,7 +138,6 @@ require ( github.com/mattn/go-isatty v0.0.14 // indirect github.com/mitchellh/go-testing-interface v1.14.1 // indirect github.com/mitchellh/go-wordwrap v1.0.1 // indirect - github.com/mitchellh/hashstructure v1.1.0 // indirect github.com/modern-go/reflect2 v1.0.2 // indirect github.com/oklog/run v1.1.0 // indirect github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect diff --git a/go.sum b/go.sum index a9767a15a..907ddd8fd 100644 --- a/go.sum +++ b/go.sum @@ -360,8 +360,8 @@ github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58/go.mod h1:EOBUe0h github.com/cloudquery/cq-gen v0.0.4 h1:VcVwtmv5d/XISCvXxWGxfe2ouaqXs1FBLmpb3ozpeUk= github.com/cloudquery/cq-gen v0.0.4/go.mod h1:1UY0w0cm8uC3DwCUO5GNClB6pOztnbBvbOQOkSm6X7Y= github.com/cloudquery/cq-provider-sdk v0.8.2/go.mod h1:IHxqY7TOttWhNQhMRqYl1vBo2JS2szLAf5Mhg78MwTQ= -github.com/cloudquery/cq-provider-sdk v0.10.4 h1:6zt8mgEDnkhRWSIySLrmE8pjgEves8YBT6DnGCZv0wM= -github.com/cloudquery/cq-provider-sdk v0.10.4/go.mod h1:3CgB7Yc8QbeXZwMagyQ4NF5fK0w9eBCtiju2UYnzeBc= +github.com/cloudquery/cq-provider-sdk v0.10.5 h1:OOEaLrGkzyqYgvepQMFYEvqtbknfRDSDtDo+H/qxSZo= +github.com/cloudquery/cq-provider-sdk v0.10.5/go.mod h1:hw/2ybROVTU4P4RXDtLBYe76GcEB4Xt3cmXk9TXCB20= github.com/cloudquery/faker/v3 v3.7.4/go.mod h1:1b8WVG9Gh0T2hVo1a8dWeXfu0AhqSB6J/mmJaesqOeo= github.com/cloudquery/faker/v3 v3.7.5 h1:G7ANdEEcm8TvAAjIwNWSLrYK36CFCiSlrCqOTGCccL0= github.com/cloudquery/faker/v3 v3.7.5/go.mod h1:1b8WVG9Gh0T2hVo1a8dWeXfu0AhqSB6J/mmJaesqOeo= @@ -982,6 +982,8 @@ github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQ github.com/mitchellh/go-wordwrap v1.0.1/go.mod h1:R62XHJLzvMFRBbcrT7m7WgmE1eOyTSsCt+hzestvNj0= github.com/mitchellh/hashstructure v1.1.0 h1:P6P1hdjqAAknpY/M1CGipelZgp+4y9ja9kmUZPXP+H0= github.com/mitchellh/hashstructure v1.1.0/go.mod h1:xUDAozZz0Wmdiufv0uyhnHkUTN6/6d8ulp4AwfLKrmA= +github.com/mitchellh/hashstructure/v2 v2.0.2 h1:vGKWl0YJqUNxE8d+h8f6NJLcCJrgbhC4NcD46KavDd4= +github.com/mitchellh/hashstructure/v2 v2.0.2/go.mod h1:MG3aRVU/N29oo/V/IhBX8GR/zz4kQkprJgF2EVszyDE= github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mitchellh/mapstructure v1.4.3 h1:OVowDSCllw/YjdLkam3/sm7wEtOy59d8ndGgCcyj8cs=