Skip to content

Commit

Permalink
fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v…
Browse files Browse the repository at this point in the history
…1.10.0 (#1669)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/cloudquery/cloudquery-api-go](https://togithub.com/cloudquery/cloudquery-api-go) | require | minor | `v1.9.2` -> `v1.10.0` |

---

### Release Notes

<details>
<summary>cloudquery/cloudquery-api-go (github.com/cloudquery/cloudquery-api-go)</summary>

### [`v1.10.0`](https://togithub.com/cloudquery/cloudquery-api-go/releases/tag/v1.10.0)

[Compare Source](https://togithub.com/cloudquery/cloudquery-api-go/compare/v1.9.2...v1.10.0)

##### Features

-   Use consistent enum naming ([#&#8203;159](https://togithub.com/cloudquery/cloudquery-api-go/issues/159)) ([3d854f8](https://togithub.com/cloudquery/cloudquery-api-go/commit/3d854f8120d9bbb7a6c80c1c61f1a5a3c2cf5c20))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot committed May 9, 2024
1 parent 36024dc commit 7068bcb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/simple_plugin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
github.com/chenzhuoyu/iasm v0.9.1 // indirect
github.com/cloudquery/cloudquery-api-go v1.9.2 // indirect
github.com/cloudquery/cloudquery-api-go v1.10.0 // indirect
github.com/cloudquery/plugin-pb-go v1.19.12 // indirect
github.com/cloudquery/plugin-sdk/v2 v2.7.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions examples/simple_plugin/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d/go.mod h1:8EPpV
github.com/chenzhuoyu/iasm v0.9.0/go.mod h1:Xjy2NpN3h7aUqeqM+woSuuvxmIe6+DDsiNLIrkAmYog=
github.com/chenzhuoyu/iasm v0.9.1 h1:tUHQJXo3NhBqw6s33wkGn9SP3bvrWLdlVIJ3hQBL7P0=
github.com/chenzhuoyu/iasm v0.9.1/go.mod h1:Xjy2NpN3h7aUqeqM+woSuuvxmIe6+DDsiNLIrkAmYog=
github.com/cloudquery/cloudquery-api-go v1.9.2 h1:h3aBGNVdvUYhyB5n/hAY43QoN+LCGMwK4DD/El6aIZE=
github.com/cloudquery/cloudquery-api-go v1.9.2/go.mod h1:F4kuaNBAVqsS9ZRHuX+tV2m6+Khoa2Rb9lROGhinGPk=
github.com/cloudquery/cloudquery-api-go v1.10.0 h1:nUc9xMaJgzLmq0/rZaerlT3Pz+IFuZj5adnKAhLr8yQ=
github.com/cloudquery/cloudquery-api-go v1.10.0/go.mod h1:F4kuaNBAVqsS9ZRHuX+tV2m6+Khoa2Rb9lROGhinGPk=
github.com/cloudquery/plugin-pb-go v1.19.12 h1:2lDCGdSf1MtIdrNmO7+QEVTlGhqWydpK8G6eiSbcyYk=
github.com/cloudquery/plugin-pb-go v1.19.12/go.mod h1:gCQQ29Sd7Ym/tECgFezAf25Sjrsd8NPiDDCWmDMTYIo=
github.com/cloudquery/plugin-sdk/v2 v2.7.0 h1:hRXsdEiaOxJtsn/wZMFQC9/jPfU1MeMK3KF+gPGqm7U=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21.5
require (
github.com/apache/arrow/go/v16 v16.0.0
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
github.com/cloudquery/cloudquery-api-go v1.9.2
github.com/cloudquery/cloudquery-api-go v1.10.0
github.com/cloudquery/plugin-pb-go v1.19.12
github.com/cloudquery/plugin-sdk/v2 v2.7.0
github.com/getsentry/sentry-go v0.27.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d/go.mod h1:8EPpV
github.com/chenzhuoyu/iasm v0.9.0/go.mod h1:Xjy2NpN3h7aUqeqM+woSuuvxmIe6+DDsiNLIrkAmYog=
github.com/chenzhuoyu/iasm v0.9.1 h1:tUHQJXo3NhBqw6s33wkGn9SP3bvrWLdlVIJ3hQBL7P0=
github.com/chenzhuoyu/iasm v0.9.1/go.mod h1:Xjy2NpN3h7aUqeqM+woSuuvxmIe6+DDsiNLIrkAmYog=
github.com/cloudquery/cloudquery-api-go v1.9.2 h1:h3aBGNVdvUYhyB5n/hAY43QoN+LCGMwK4DD/El6aIZE=
github.com/cloudquery/cloudquery-api-go v1.9.2/go.mod h1:F4kuaNBAVqsS9ZRHuX+tV2m6+Khoa2Rb9lROGhinGPk=
github.com/cloudquery/cloudquery-api-go v1.10.0 h1:nUc9xMaJgzLmq0/rZaerlT3Pz+IFuZj5adnKAhLr8yQ=
github.com/cloudquery/cloudquery-api-go v1.10.0/go.mod h1:F4kuaNBAVqsS9ZRHuX+tV2m6+Khoa2Rb9lROGhinGPk=
github.com/cloudquery/plugin-pb-go v1.19.12 h1:2lDCGdSf1MtIdrNmO7+QEVTlGhqWydpK8G6eiSbcyYk=
github.com/cloudquery/plugin-pb-go v1.19.12/go.mod h1:gCQQ29Sd7Ym/tECgFezAf25Sjrsd8NPiDDCWmDMTYIo=
github.com/cloudquery/plugin-sdk/v2 v2.7.0 h1:hRXsdEiaOxJtsn/wZMFQC9/jPfU1MeMK3KF+gPGqm7U=
Expand Down
10 changes: 5 additions & 5 deletions premium/usage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestUsageService_NewUsageClient_Defaults(t *testing.T) {
uc, err := NewUsageClient(
plugin.Meta{
Team: "plugin-team",
Kind: cqapi.Source,
Kind: cqapi.PluginKindSource,
Name: "vault",
},
withTokenClient(newMockTokenClient(auth.BearerToken)),
Expand All @@ -72,7 +72,7 @@ func TestUsageService_NewUsageClient_Override(t *testing.T) {
uc, err := NewUsageClient(
plugin.Meta{
Team: "plugin-team",
Kind: cqapi.Source,
Kind: cqapi.PluginKindSource,
Name: "vault",
},
WithLogger(logger),
Expand Down Expand Up @@ -384,7 +384,7 @@ func newClient(t *testing.T, apiClient *cqapi.ClientWithResponses, ops ...UsageC
client, err := NewUsageClient(
plugin.Meta{
Team: "plugin-team",
Kind: cqapi.Source,
Kind: cqapi.PluginKindSource,
Name: "vault",
},
append(ops, withTeamName("team-name"), WithAPIClient(apiClient), withTokenClient(newMockTokenClient(auth.BearerToken)))...)
Expand Down Expand Up @@ -514,7 +514,7 @@ func Test_UsageClientInit_FromManagedSyncsAPIKeys(t *testing.T) {
_, err := NewUsageClient(
plugin.Meta{
Team: "plugin-team",
Kind: cqapi.Source,
Kind: cqapi.PluginKindSource,
Name: "test",
},
)
Expand Down Expand Up @@ -557,7 +557,7 @@ func Test_UsageClientInit_UnknownTokenType(t *testing.T) {
_, err := NewUsageClient(
plugin.Meta{
Team: "plugin-team",
Kind: cqapi.Source,
Kind: cqapi.PluginKindSource,
Name: "test",
},
withTokenClient(newMockTokenClient(math.MaxInt)),
Expand Down

1 comment on commit 7068bcb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱️ Benchmark results

  • Glob-8 ns/op: 91.6

Please sign in to comment.