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

Commit

Permalink
chore: Update SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
disq committed Jun 29, 2022
1 parent 0c19e0a commit 98a3a87
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 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.12.5
github.com/cloudquery/cq-provider-sdk v0.12.6-0.20220628094351-cd5a35d408d9
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 @@ -366,8 +366,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.12.5 h1:HK8BHq1ikBG3sa6p0fff2sTW6v2mTzyUQ5RFQyz7wj4=
github.com/cloudquery/cq-provider-sdk v0.12.5/go.mod h1:JIze7LcbgriMECn6VwGgf8KVKTujWrDwEvPLfYHHwqs=
github.com/cloudquery/cq-provider-sdk v0.12.6-0.20220628094351-cd5a35d408d9 h1:EDNcj91G0b0XvdHmy7idGlwPBrP5ZqcaUGTlb96qUAk=
github.com/cloudquery/cq-provider-sdk v0.12.6-0.20220628094351-cd5a35d408d9/go.mod h1:JIze7LcbgriMECn6VwGgf8KVKTujWrDwEvPLfYHHwqs=
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/backup/global_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ func GlobalSettings() *schema.Table {
IgnoreError: client.IgnoreCommonErrors,
DeleteFilter: client.DeleteAccountFilter,
Options: schema.TableCreationOptions{PrimaryKeys: []string{"account_id"}},
Global: true,
Columns: []schema.Column{
{
Name: "account_id",
Expand Down
1 change: 0 additions & 1 deletion resources/services/lambda/runtimes.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ func LambdaRuntimes() *schema.Table {
Resolver: fetchLambdaRuntimes,
DeleteFilter: client.DeleteAllFilter,
Options: schema.TableCreationOptions{PrimaryKeys: []string{"name"}},
Global: true,
Columns: []schema.Column{
{
Name: "name",
Expand Down

0 comments on commit 98a3a87

Please sign in to comment.