From 2e651cd1dc4547a79ded18e8bb8d47c9424d3179 Mon Sep 17 00:00:00 2001 From: Anton Tayanovskyy Date: Tue, 17 Oct 2023 16:38:06 -0400 Subject: [PATCH] Dependencies: update references to the new release (#1446) We have a bit of an automation gap around releases to keep these up-to-date. My preference would be to remove ./pf module if we can take a breaking change here https://github.com/pulumi/pulumi-terraform-bridge/issues/1445 instead of automating, doing manually for now, to keep referencing the right bridge module from the ./pf module. --- pf/go.mod | 2 +- pf/tests/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pf/go.mod b/pf/go.mod index eebd311a3..0a3138dae 100644 --- a/pf/go.mod +++ b/pf/go.mod @@ -15,7 +15,7 @@ require ( github.com/hashicorp/terraform-plugin-framework-validators v0.10.0 github.com/hashicorp/terraform-plugin-go v0.16.0 github.com/hashicorp/terraform-plugin-log v0.9.0 - github.com/pulumi/pulumi-terraform-bridge/v3 v3.60.0 + github.com/pulumi/pulumi-terraform-bridge/v3 v3.62.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.0 diff --git a/pf/tests/go.mod b/pf/tests/go.mod index b8beeedc9..009f1cdfc 100644 --- a/pf/tests/go.mod +++ b/pf/tests/go.mod @@ -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.60.0 + github.com/pulumi/pulumi-terraform-bridge/v3 v3.62.0 github.com/stretchr/testify v1.8.4 github.com/terraform-providers/terraform-provider-random/randomshim v0.0.0 )