Skip to content

Commit 99da3b2

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.42.0 (#88)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v1.41.0` -> `v1.42.0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v1.42.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.42.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.41.0...v1.42.0) ##### Features - Add arrow support for timestamp and bytea ([#&#8203;724](https://togithub.com/cloudquery/plugin-sdk/issues/724)) ([c2e84c3](https://togithub.com/cloudquery/plugin-sdk/commit/c2e84c369d3d7eb63fcf27de494078ee09125998)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTQuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1NC4wIn0=-->
1 parent 1b2f1d3 commit 99da3b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudquery/filetypes
33
go 1.19
44

55
require (
6-
github.com/cloudquery/plugin-sdk v1.41.0
6+
github.com/cloudquery/plugin-sdk v1.42.0
77
github.com/davecgh/go-spew v1.1.1 // indirect
88
github.com/pmezard/go-difflib v1.0.0 // indirect
99
github.com/stretchr/testify v1.8.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWR
150150
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
151151
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
152152
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
153-
github.com/cloudquery/plugin-sdk v1.41.0 h1:kLizXmIpNV7fW4AdfWS6oCGv8AXBoEc/m9aeARk9xL8=
154-
github.com/cloudquery/plugin-sdk v1.41.0/go.mod h1:CIv+fgm6siZhReOuMGU/OCBPNRLNY4At2RkC31LRaS0=
153+
github.com/cloudquery/plugin-sdk v1.42.0 h1:+2AHK81YtZVnHY6Qil7ggPFprDIaZjicwllUVtMm7W4=
154+
github.com/cloudquery/plugin-sdk v1.42.0/go.mod h1:CIv+fgm6siZhReOuMGU/OCBPNRLNY4At2RkC31LRaS0=
155155
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
156156
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
157157
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=

0 commit comments

Comments
 (0)