Skip to content

Commit 3c40cb5

Browse files
authored
fix(deps): Update plugin-sdk for azure to v1.8.1 (#5033)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v1.8.0` -> `v1.8.1` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v1.8.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.8.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.8.0...v1.8.1) ##### Bug Fixes - Small improvement to PK checking in codegen ([#&#8203;432](https://togithub.com/cloudquery/plugin-sdk/issues/432)) ([15f7d1b](https://togithub.com/cloudquery/plugin-sdk/commit/15f7d1b4dfbdf1966650be8f93d85cb4492e0767)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMi4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTIuMSJ9-->
1 parent 75a1e28 commit 3c40cb5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/source/azure/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/Azure/go-autorest/autorest v0.11.28
1111
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
1212
github.com/Azure/go-autorest/autorest/date v0.3.0
13-
github.com/cloudquery/plugin-sdk v1.8.0
13+
github.com/cloudquery/plugin-sdk v1.8.1
1414
github.com/gertd/go-pluralize v0.2.1
1515
github.com/gofrs/uuid v4.3.0+incompatible
1616
github.com/golang/mock v1.6.0

plugins/source/azure/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWR
9191
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
9292
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
9393
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
94-
github.com/cloudquery/plugin-sdk v1.8.0 h1:T8B2qxtakLUN17IqFK0rEMFK36NwZbhvHwa1XL387X0=
95-
github.com/cloudquery/plugin-sdk v1.8.0/go.mod h1:DY5Wd6JW+yUqtGzKOKuFXzx3PxtwCmfU4eXd7MPNkFQ=
94+
github.com/cloudquery/plugin-sdk v1.8.1 h1:iJPaQAqw7R1eFck8IM0vKxSifO07EzwsssGH2caB9rc=
95+
github.com/cloudquery/plugin-sdk v1.8.1/go.mod h1:DY5Wd6JW+yUqtGzKOKuFXzx3PxtwCmfU4eXd7MPNkFQ=
9696
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
9797
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
9898
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=

0 commit comments

Comments
 (0)