Skip to content

Commit e8963be

Browse files
authored
Recompile plugin with steampipe-plugin-sdk v5.13.1 (#60)
1 parent e9e2f47 commit e8963be

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
@@ -6,7 +6,7 @@ toolchain go1.24.1
66

77
require (
88
github.com/newrelic/newrelic-client-go/v2 v2.19.1
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 (
@@ -49,7 +49,7 @@ require (
4949
github.com/googleapis/gax-go/v2 v2.12.3 // indirect
5050
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
5151
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
52-
github.com/hashicorp/go-getter v1.7.5 // indirect
52+
github.com/hashicorp/go-getter v1.7.9 // indirect
5353
github.com/hashicorp/go-hclog v1.6.3 // indirect
5454
github.com/hashicorp/go-plugin v1.6.1 // indirect
5555
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
@@ -85,7 +85,7 @@ require (
8585
github.com/tkrajina/go-reflector v0.5.6 // indirect
8686
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
8787
github.com/turbot/go-kit v1.1.0 // indirect
88-
github.com/ulikunitz/xz v0.5.10 // indirect
88+
github.com/ulikunitz/xz v0.5.15 // indirect
8989
github.com/valyala/fastjson v1.6.3 // indirect
9090
github.com/zclconf/go-cty v1.14.4 // indirect
9191
go.opencensus.io v0.24.0 // indirect

0 commit comments

Comments
 (0)