Skip to content

Commit cce4387

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.11.1 (#314)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.11.0` -> `v4.11.1` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.11.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.11.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.11.0...v4.11.1) ##### Bug Fixes - **package:** Don't init destinations during package ([#&#8203;1249](https://togithub.com/cloudquery/plugin-sdk/issues/1249)) ([f21e963](https://togithub.com/cloudquery/plugin-sdk/commit/f21e963d4b4c864102ba5afdcd03892e2b0cc969)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuMiIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 4f39814 commit cce4387

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.19
55
require (
66
github.com/apache/arrow/go/v14 v14.0.0-20230901024001-b6c0ea455d08
77
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
8-
github.com/cloudquery/plugin-sdk/v4 v4.11.0
8+
github.com/cloudquery/plugin-sdk/v4 v4.11.1
99
github.com/goccy/go-json v0.10.2
1010
github.com/google/uuid v1.3.1
1111
github.com/stretchr/testify v1.8.4

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oM
88
github.com/bradleyjkemp/cupaloy/v2 v2.8.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0=
99
github.com/cloudquery/arrow/go/v14 v14.0.0-20230923001133-64e27ff0a594 h1:F7qBvxMoHpKZ34haB/fx1eopayvXQRVxXJVqIEZfEJI=
1010
github.com/cloudquery/arrow/go/v14 v14.0.0-20230923001133-64e27ff0a594/go.mod h1:/SqmdO2dsWqFHqQQeupnsr0ollL8C91n3x0I72rArY8=
11-
github.com/cloudquery/plugin-sdk/v4 v4.11.0 h1:w1qnYMLLusQN59gVr5wXs5jBhewFZKVAKpRt9QswLlE=
12-
github.com/cloudquery/plugin-sdk/v4 v4.11.0/go.mod h1:1D7ej/AEgHhCRHYcsuo8p+D2T23/7J2NOs1LUCYnZQ8=
11+
github.com/cloudquery/plugin-sdk/v4 v4.11.1 h1:sdQN3mcw4h3L2mx8dn7mWUPBW9mPV8KtA9xonqg3AtU=
12+
github.com/cloudquery/plugin-sdk/v4 v4.11.1/go.mod h1:1D7ej/AEgHhCRHYcsuo8p+D2T23/7J2NOs1LUCYnZQ8=
1313
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
1414
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1515
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=

0 commit comments

Comments
 (0)