Skip to content

Commit

Permalink
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.9.1 (
Browse files Browse the repository at this point in the history
…#1113)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/cloudquery/plugin-pb-go](https://github.com/cloudquery/plugin-pb-go) | require | patch | `v1.9.0` -> `v1.9.1` |

---

### Release Notes

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

### [`v1.9.1`](https://github.com/cloudquery/plugin-pb-go/releases/tag/v1.9.1)

[Compare Source](https://github.com/cloudquery/plugin-pb-go/compare/v1.9.0...v1.9.1)

##### Bug Fixes

-   Wait for gRPC TCP connection in Docker registry ([#&#8203;72](https://github.com/cloudquery/plugin-pb-go/issues/72)) ([98f3334](https://github.com/cloudquery/plugin-pb-go/commit/98f3334b7c1569989363982e4b20ac4d03e828fc))

</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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS40IiwidXBkYXRlZEluVmVyIjoiMzYuMjUuNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
cq-bot authored Jul 29, 2023
1 parent 3831a88 commit 67bc46e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.19
require (
github.com/apache/arrow/go/v13 v13.0.0-20230630125530-5a06b2ec2a8e
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
github.com/cloudquery/plugin-pb-go v1.9.0
github.com/cloudquery/plugin-pb-go v1.9.1
github.com/cloudquery/plugin-sdk/v2 v2.7.0
github.com/getsentry/sentry-go v0.20.0
github.com/goccy/go-json v0.10.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMn
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cloudquery/arrow/go/v13 v13.0.0-20230723001421-10df4b9d1986 h1:3M6t0f+3WHgWSdd2KJXUXt7Z++zLHbHElHZQ+SCLrxI=
github.com/cloudquery/arrow/go/v13 v13.0.0-20230723001421-10df4b9d1986/go.mod h1:W69eByFNO0ZR30q1/7Sr9d83zcVZmF2MiP3fFYAWJOc=
github.com/cloudquery/plugin-pb-go v1.9.0 h1:lx+HN7DiGva32k5i5xRsNkVBjUQXWn/8AIPQuLfoyO4=
github.com/cloudquery/plugin-pb-go v1.9.0/go.mod h1:XN3rZ4pptgjDKAGiVNUCNRZnAWACE0p0O9DFa8TfEA8=
github.com/cloudquery/plugin-pb-go v1.9.1 h1:XCV063uKXPYFnD8JUft8bxbFL60UHjkQKgh6Zp7xAuU=
github.com/cloudquery/plugin-pb-go v1.9.1/go.mod h1:XN3rZ4pptgjDKAGiVNUCNRZnAWACE0p0O9DFa8TfEA8=
github.com/cloudquery/plugin-sdk/v2 v2.7.0 h1:hRXsdEiaOxJtsn/wZMFQC9/jPfU1MeMK3KF+gPGqm7U=
github.com/cloudquery/plugin-sdk/v2 v2.7.0/go.mod h1:pAX6ojIW99b/Vg4CkhnsGkRIzNaVEceYMR+Bdit73ug=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
Expand Down

1 comment on commit 67bc46e

@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: 100.4

Please sign in to comment.