Skip to content

Commit 2646273

Browse files
authored
Recompile plugin with steampipe-plugin-sdk v5.13.1 (#337)
1 parent 08a6a43 commit 2646273

File tree

2 files changed

+727
-15
lines changed

2 files changed

+727
-15
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/mitchellh/go-homedir v1.1.0
1010
github.com/mittwald/go-helm-client v0.12.9
1111
github.com/turbot/go-kit v1.1.0
12-
github.com/turbot/steampipe-plugin-sdk/v5 v5.13.0
12+
github.com/turbot/steampipe-plugin-sdk/v5 v5.13.1
1313
golang.org/x/text v0.23.0
1414
gopkg.in/yaml.v3 v3.0.1
1515
helm.sh/helm/v3 v3.14.2
@@ -105,7 +105,7 @@ require (
105105
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
106106
github.com/hashicorp/errwrap v1.1.0 // indirect
107107
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
108-
github.com/hashicorp/go-getter v1.7.5 // indirect
108+
github.com/hashicorp/go-getter v1.7.9 // indirect
109109
github.com/hashicorp/go-hclog v1.6.3 // indirect
110110
github.com/hashicorp/go-multierror v1.1.1 // indirect
111111
github.com/hashicorp/go-plugin v1.6.1 // indirect
@@ -165,7 +165,7 @@ require (
165165
github.com/stevenle/topsort v0.2.0 // indirect
166166
github.com/stretchr/testify v1.10.0 // indirect
167167
github.com/tkrajina/go-reflector v0.5.6 // indirect
168-
github.com/ulikunitz/xz v0.5.12 // indirect
168+
github.com/ulikunitz/xz v0.5.15 // indirect
169169
github.com/x448/float16 v0.8.4 // indirect
170170
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
171171
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect

0 commit comments

Comments
 (0)