Skip to content

Commit

Permalink
Update Plugin Framework to v3.65 of bridge (#1519)
Browse files Browse the repository at this point in the history
Updates dependencies on bridge for plugin framework.
  • Loading branch information
guineveresaenger authored Nov 14, 2023
2 parents 5d14c2e + 10eae5e commit 6f40195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pf/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/hashicorp/terraform-plugin-framework-validators v0.10.0
github.com/hashicorp/terraform-plugin-go v0.19.0
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.63.2
github.com/pulumi/pulumi-terraform-bridge/v3 v3.65.0
github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.6
github.com/stretchr/testify v1.8.4
google.golang.org/grpc v1.57.1
Expand Down
2 changes: 1 addition & 1 deletion pf/tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/hashicorp/terraform-provider-tls/shim v0.0.0-00010101000000-000000000000
github.com/pulumi/pulumi-terraform-bridge/pf v0.0.0
github.com/pulumi/pulumi-terraform-bridge/testing v0.0.1
github.com/pulumi/pulumi-terraform-bridge/v3 v3.63.2
github.com/pulumi/pulumi-terraform-bridge/v3 v3.65.0
github.com/stretchr/testify v1.8.4
github.com/terraform-providers/terraform-provider-random/randomshim v0.0.0
)
Expand Down

0 comments on commit 6f40195

Please sign in to comment.