Skip to content

Commit beb916f

Browse files
authored
Recompile plugin with steampipe-plugin-sdk v5.13.1 (#58)
1 parent c91d3bb commit beb916f

2 files changed

Lines changed: 723 additions & 11 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.24.1
77
require (
88
github.com/crowdstrike/gofalcon v0.16.0
99
github.com/go-openapi/strfmt v0.22.2
10-
github.com/turbot/steampipe-plugin-sdk/v5 v5.13.0
10+
github.com/turbot/steampipe-plugin-sdk/v5 v5.13.1
1111
)
1212

1313
require (
@@ -59,7 +59,7 @@ require (
5959
github.com/googleapis/gax-go/v2 v2.12.3 // indirect
6060
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
6161
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
62-
github.com/hashicorp/go-getter v1.7.5 // indirect
62+
github.com/hashicorp/go-getter v1.7.9 // indirect
6363
github.com/hashicorp/go-hclog v1.6.3 // indirect
6464
github.com/hashicorp/go-plugin v1.6.1 // indirect
6565
github.com/hashicorp/go-safetemp v1.0.0 // indirect
@@ -94,7 +94,7 @@ require (
9494
github.com/stevenle/topsort v0.2.0 // indirect
9595
github.com/tkrajina/go-reflector v0.5.6 // indirect
9696
github.com/turbot/go-kit v1.1.0 // indirect
97-
github.com/ulikunitz/xz v0.5.10 // indirect
97+
github.com/ulikunitz/xz v0.5.15 // indirect
9898
github.com/zclconf/go-cty v1.14.4 // indirect
9999
go.mongodb.org/mongo-driver v1.14.0 // indirect
100100
go.opencensus.io v0.24.0 // indirect

0 commit comments

Comments
 (0)