Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
fix(deps): Update module github.com/cloudquery/cq-provider-sdk to v0.…
Browse files Browse the repository at this point in the history
…11.0 (#1023)

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
cq-bot and renovate-bot authored Jun 8, 2022
1 parent 0aa25cf commit ae18dbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
github.com/cloudquery/cq-provider-sdk v0.10.11
github.com/cloudquery/cq-provider-sdk v0.11.0
github.com/cloudquery/faker/v3 v3.7.5
github.com/gocarina/gocsv v0.0.0-20210516172204-ca9e8a8ddea8
github.com/golang/mock v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@ github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58/go.mod h1:EOBUe0h
github.com/cloudquery/cq-gen v0.0.5 h1:yhDhM4RCqqGLZulDzfA51VMy0b7TIdtifoEiZXnFbUc=
github.com/cloudquery/cq-gen v0.0.5/go.mod h1:zrjBcuCGtED9P4RzA4gK+P3loxn0Ij1wEcBZX97JTnI=
github.com/cloudquery/cq-provider-sdk v0.8.2/go.mod h1:IHxqY7TOttWhNQhMRqYl1vBo2JS2szLAf5Mhg78MwTQ=
github.com/cloudquery/cq-provider-sdk v0.10.11 h1:Nmccvyr2L6Ws2HIDqc2WLMmqNFdt21n/K6HIwG7izYc=
github.com/cloudquery/cq-provider-sdk v0.10.11/go.mod h1:hw/2ybROVTU4P4RXDtLBYe76GcEB4Xt3cmXk9TXCB20=
github.com/cloudquery/cq-provider-sdk v0.11.0 h1:SvGulYvFL6wDEnsVAQaaj1n2H0/tLtXBt74DK+1bnGc=
github.com/cloudquery/cq-provider-sdk v0.11.0/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=
Expand Down
1 change: 0 additions & 1 deletion resources/services/iam/roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func IamRoles() *schema.Table {
Name: "policies",
Description: "List of policies attached to group.",
Type: schema.TypeJSON,
IgnoreError: client.IgnoreCommonErrors,
Resolver: resolveIamRolePolicies,
},
{
Expand Down

0 comments on commit ae18dbb

Please sign in to comment.