Skip to content

Commit 6bf550d

Browse files
authored
Recompile plugin with steampipe-plugin-sdk v5.13.1 (#517)
1 parent ed5ab16 commit 6bf550d

File tree

2 files changed

+723
-12
lines changed

2 files changed

+723
-12
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ require (
1111
github.com/google/go-github/v55 v55.0.0
1212
github.com/shurcooL/githubv4 v0.0.0-20231126234147-1cffa1f02456
1313
github.com/turbot/go-kit v1.1.0
14-
github.com/turbot/steampipe-plugin-sdk/v5 v5.13.0
14+
github.com/turbot/steampipe-plugin-sdk/v5 v5.13.1
15+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
1516
golang.org/x/oauth2 v0.27.0
1617
)
1718

@@ -58,7 +59,7 @@ require (
5859
github.com/googleapis/gax-go/v2 v2.12.3 // indirect
5960
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
6061
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
61-
github.com/hashicorp/go-getter v1.7.5 // indirect
62+
github.com/hashicorp/go-getter v1.7.9 // indirect
6263
github.com/hashicorp/go-hclog v1.6.3 // indirect
6364
github.com/hashicorp/go-plugin v1.6.1 // indirect
6465
github.com/hashicorp/go-safetemp v1.0.0 // indirect
@@ -89,7 +90,7 @@ require (
8990
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
9091
github.com/stevenle/topsort v0.2.0 // indirect
9192
github.com/tkrajina/go-reflector v0.5.6 // indirect
92-
github.com/ulikunitz/xz v0.5.10 // indirect
93+
github.com/ulikunitz/xz v0.5.15 // indirect
9394
github.com/zclconf/go-cty v1.14.4 // indirect
9495
go.opencensus.io v0.24.0 // indirect
9596
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
@@ -104,7 +105,6 @@ require (
104105
go.opentelemetry.io/otel/trace v1.26.0 // indirect
105106
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
106107
golang.org/x/crypto v0.36.0 // indirect
107-
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
108108
golang.org/x/mod v0.19.0 // indirect
109109
golang.org/x/net v0.38.0 // indirect
110110
golang.org/x/sync v0.12.0 // indirect

0 commit comments

Comments
 (0)