Skip to content

Commit 3876487

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.24.0 (#109)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.23.0` -> `v4.24.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.24.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.24.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.23.0...v4.24.0) ##### Features - Offline licensing support ([1fdf892](https://togithub.com/cloudquery/plugin-sdk/commit/1fdf892b8b4e4a90da4e69a463af0dd7d8b6a420)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.15.0 ([#&#8203;1438](https://togithub.com/cloudquery/plugin-sdk/issues/1438)) ([e0c2a4b](https://togithub.com/cloudquery/plugin-sdk/commit/e0c2a4bbf6248294ae62e47e129a65ed8dc01277)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.16.0 ([#&#8203;1440](https://togithub.com/cloudquery/plugin-sdk/issues/1440)) ([d2a5850](https://togithub.com/cloudquery/plugin-sdk/commit/d2a5850e126368fd3e03f0d993383ac0e355c8bc)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 3df01ad commit 3876487

File tree

2 files changed

+289
-4
lines changed

2 files changed

+289
-4
lines changed

go.mod

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0
88
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0
99
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
10-
github.com/cloudquery/plugin-sdk/v4 v4.23.0
10+
github.com/cloudquery/plugin-sdk/v4 v4.24.0
1111
github.com/google/go-cmp v0.6.0
1212
github.com/invopop/jsonschema v0.12.0
1313
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629
@@ -21,28 +21,87 @@ replace github.com/invopop/jsonschema => github.com/cloudquery/jsonschema v0.0.0
2121
require (
2222
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.1 // indirect
2323
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1 // indirect
24+
github.com/BurntSushi/toml v1.3.2 // indirect
25+
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
26+
github.com/CloudyKit/jet/v6 v6.2.0 // indirect
27+
github.com/Joker/jade v1.1.3 // indirect
28+
github.com/Shopify/goreferrer v0.0.0-20220729165902-8cddb4f5de06 // indirect
29+
github.com/andybalholm/brotli v1.0.6 // indirect
2430
github.com/apache/arrow/go/v15 v15.0.0-20231223155039-ec41209ea02b // indirect
31+
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
32+
github.com/aymerick/douceur v0.2.0 // indirect
2533
github.com/bahlo/generic-list-go v0.2.0 // indirect
2634
github.com/buger/jsonparser v1.1.1 // indirect
35+
github.com/bytedance/sonic v1.10.2 // indirect
36+
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
37+
github.com/chenzhuoyu/iasm v0.9.1 // indirect
38+
github.com/cloudquery/cloudquery-api-go v1.6.3 // indirect
2739
github.com/davecgh/go-spew v1.1.1 // indirect
40+
github.com/deepmap/oapi-codegen v1.15.0 // indirect
41+
github.com/fatih/structs v1.1.0 // indirect
42+
github.com/flosch/pongo2/v4 v4.0.2 // indirect
43+
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
44+
github.com/gin-contrib/sse v0.1.0 // indirect
45+
github.com/gin-gonic/gin v1.9.1 // indirect
46+
github.com/go-playground/locales v0.14.1 // indirect
47+
github.com/go-playground/universal-translator v0.18.1 // indirect
48+
github.com/go-playground/validator/v10 v10.14.0 // indirect
2849
github.com/goccy/go-json v0.10.2 // indirect
50+
github.com/golang/snappy v0.0.4 // indirect
51+
github.com/gomarkdown/markdown v0.0.0-20231115200524-a660076da3fd // indirect
2952
github.com/google/flatbuffers v23.5.26+incompatible // indirect
3053
github.com/google/uuid v1.4.0 // indirect
54+
github.com/gorilla/css v1.0.1 // indirect
55+
github.com/iris-contrib/schema v0.0.6 // indirect
56+
github.com/josharian/intern v1.0.0 // indirect
57+
github.com/json-iterator/go v1.1.12 // indirect
58+
github.com/kataras/blocks v0.0.8 // indirect
59+
github.com/kataras/golog v0.1.11 // indirect
60+
github.com/kataras/iris/v12 v12.2.8 // indirect
61+
github.com/kataras/pio v0.0.13 // indirect
62+
github.com/kataras/sitemap v0.0.6 // indirect
63+
github.com/kataras/tunnel v0.0.4 // indirect
64+
github.com/klauspost/compress v1.17.2 // indirect
3165
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
66+
github.com/labstack/echo/v4 v4.11.1 // indirect
67+
github.com/labstack/gommon v0.4.0 // indirect
68+
github.com/leodido/go-urn v1.2.4 // indirect
69+
github.com/mailgun/raymond/v2 v2.0.48 // indirect
3270
github.com/mailru/easyjson v0.7.7 // indirect
3371
github.com/mattn/go-colorable v0.1.13 // indirect
3472
github.com/mattn/go-isatty v0.0.20 // indirect
73+
github.com/microcosm-cc/bluemonday v1.0.26 // indirect
74+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
75+
github.com/modern-go/reflect2 v1.0.2 // indirect
76+
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
3577
github.com/pmezard/go-difflib v1.0.0 // indirect
3678
github.com/rs/zerolog v1.31.0 // indirect
79+
github.com/russross/blackfriday/v2 v2.1.0 // indirect
3780
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
81+
github.com/schollz/closestmatch v2.1.0+incompatible // indirect
82+
github.com/sirupsen/logrus v1.9.3 // indirect
83+
github.com/tdewolff/minify/v2 v2.20.6 // indirect
84+
github.com/tdewolff/parse/v2 v2.7.4 // indirect
3885
github.com/thoas/go-funk v0.9.3 // indirect
86+
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
87+
github.com/ugorji/go/codec v1.2.11 // indirect
88+
github.com/valyala/bytebufferpool v1.0.0 // indirect
89+
github.com/valyala/fasttemplate v1.2.2 // indirect
90+
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
91+
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
3992
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
93+
github.com/yosssi/ace v0.0.5 // indirect
4094
github.com/zeebo/xxh3 v1.0.2 // indirect
95+
golang.org/x/arch v0.3.0 // indirect
96+
golang.org/x/crypto v0.17.0 // indirect
4197
golang.org/x/mod v0.14.0 // indirect
4298
golang.org/x/net v0.19.0 // indirect
4399
golang.org/x/sys v0.15.0 // indirect
44100
golang.org/x/text v0.14.0 // indirect
101+
golang.org/x/time v0.4.0 // indirect
45102
golang.org/x/tools v0.16.0 // indirect
46103
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
104+
google.golang.org/protobuf v1.31.0 // indirect
105+
gopkg.in/ini.v1 v1.67.0 // indirect
47106
gopkg.in/yaml.v3 v3.0.1 // indirect
48107
)

0 commit comments

Comments
 (0)