@@ -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
2121require (
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