Skip to content

Commit e047a00

Browse files
authored
Recompile plugin with steampipe-plugin-sdk v5.13.1 (#67)
1 parent 2af9e82 commit e047a00

File tree

2 files changed

+723
-11
lines changed

2 files changed

+723
-11
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.24.1
66

77
require (
88
github.com/packethost/packngo v0.13.0
9-
github.com/turbot/steampipe-plugin-sdk/v5 v5.13.0
9+
github.com/turbot/steampipe-plugin-sdk/v5 v5.13.1
1010
)
1111

1212
require (
@@ -47,7 +47,7 @@ require (
4747
github.com/googleapis/gax-go/v2 v2.12.3 // indirect
4848
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
4949
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
50-
github.com/hashicorp/go-getter v1.7.5 // indirect
50+
github.com/hashicorp/go-getter v1.7.9 // indirect
5151
github.com/hashicorp/go-hclog v1.6.3 // indirect
5252
github.com/hashicorp/go-plugin v1.6.1 // indirect
5353
github.com/hashicorp/go-safetemp v1.0.0 // indirect
@@ -77,7 +77,7 @@ require (
7777
github.com/stevenle/topsort v0.2.0 // indirect
7878
github.com/tkrajina/go-reflector v0.5.6 // indirect
7979
github.com/turbot/go-kit v1.1.0 // indirect
80-
github.com/ulikunitz/xz v0.5.10 // indirect
80+
github.com/ulikunitz/xz v0.5.15 // indirect
8181
github.com/zclconf/go-cty v1.14.4 // indirect
8282
go.opencensus.io v0.24.0 // indirect
8383
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect

0 commit comments

Comments
 (0)