Skip to content

Commit b65db2e

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.39.0 (#75)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v1.38.2` -> `v1.39.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v1.39.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.39.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.38.2...v1.39.0) ##### Features - **schema:** Add Unique column option, set it for CqID ([#&#8203;702](https://togithub.com/cloudquery/plugin-sdk/issues/702)) ([d5c7636](https://togithub.com/cloudquery/plugin-sdk/commit/d5c763666c6e758fa39c26a362952a96de5105fa)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwOS4xIn0=-->
1 parent 90bdbba commit b65db2e

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
@@ -3,7 +3,7 @@ module github.com/cloudquery/filetypes
33
go 1.19
44

55
require (
6-
github.com/cloudquery/plugin-sdk v1.38.2
6+
github.com/cloudquery/plugin-sdk v1.39.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.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWR
149149
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
150150
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
151151
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
152-
github.com/cloudquery/plugin-sdk v1.38.2 h1:tAWrR+ADCpk+kDydWEC3mP6Doh01jEJjXCrK1hW5j3w=
153-
github.com/cloudquery/plugin-sdk v1.38.2/go.mod h1:mnz+Lov1Oe99lDhFZEcnIvLoGYRPohjzyW4LNsrn654=
152+
github.com/cloudquery/plugin-sdk v1.39.0 h1:q6b0Mq6YqtrzPbEWpLtc7kKDR9v8W/4rfWTgOi44yV0=
153+
github.com/cloudquery/plugin-sdk v1.39.0/go.mod h1:mnz+Lov1Oe99lDhFZEcnIvLoGYRPohjzyW4LNsrn654=
154154
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
155155
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
156156
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=

0 commit comments

Comments
 (0)