Skip to content

Commit

Permalink
fix(deps): Update github.com/apache/arrow/go/v14 digest to 00efb06 (#…
Browse files Browse the repository at this point in the history
…1257)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/apache/arrow/go/v14](https://togithub.com/apache/arrow) | require | digest | `b6c0ea4` -> `00efb06` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Oct 1, 2023
1 parent 21bbbc2 commit e56f6f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/simple_plugin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cloudquery/plugin-sdk/examples/simple_plugin
go 1.21.1

require (
github.com/apache/arrow/go/v14 v14.0.0-20230901024001-b6c0ea455d08
github.com/apache/arrow/go/v14 v14.0.0-20230929201650-00efb06dc0de
github.com/cloudquery/plugin-sdk/v4 v4.11.1
github.com/rs/zerolog v1.30.0
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cloudquery/plugin-sdk/v4
go 1.21.1

require (
github.com/apache/arrow/go/v14 v14.0.0-20230901024001-b6c0ea455d08
github.com/apache/arrow/go/v14 v14.0.0-20230929201650-00efb06dc0de
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
github.com/cloudquery/plugin-pb-go v1.11.0
github.com/cloudquery/plugin-sdk/v2 v2.7.0
Expand Down

1 comment on commit e56f6f8

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

Please sign in to comment.