Skip to content

Commit 725e439

Browse files
authored
Recompile plugin with steampipe-plugin-sdk v5.13.1 (#951)
1 parent c65a9d5 commit 725e439

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
@@ -30,7 +30,7 @@ require (
3030
github.com/Azure/go-autorest/autorest/date v0.3.0
3131
github.com/tombuildsstuff/giovanni v0.15.1
3232
github.com/turbot/go-kit v1.1.0
33-
github.com/turbot/steampipe-plugin-sdk/v5 v5.13.0
33+
github.com/turbot/steampipe-plugin-sdk/v5 v5.13.1
3434
)
3535

3636
require (
@@ -86,7 +86,7 @@ require (
8686
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
8787
github.com/hashicorp/errwrap v1.1.0 // indirect
8888
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
89-
github.com/hashicorp/go-getter v1.7.5 // indirect
89+
github.com/hashicorp/go-getter v1.7.9 // indirect
9090
github.com/hashicorp/go-hclog v1.6.3 // indirect
9191
github.com/hashicorp/go-multierror v1.1.1 // indirect
9292
github.com/hashicorp/go-plugin v1.6.1 // indirect
@@ -121,7 +121,7 @@ require (
121121
github.com/shopspring/decimal v1.3.1 // indirect
122122
github.com/stevenle/topsort v0.2.0 // indirect
123123
github.com/tkrajina/go-reflector v0.5.6 // indirect
124-
github.com/ulikunitz/xz v0.5.10 // indirect
124+
github.com/ulikunitz/xz v0.5.15 // indirect
125125
github.com/zclconf/go-cty v1.14.4 // indirect
126126
go.opencensus.io v0.24.0 // indirect
127127
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect

0 commit comments

Comments
 (0)