Skip to content

Commit

Permalink
Adjust go.mod for v3.68.0 release (#1567)
Browse files Browse the repository at this point in the history
Routine task to make sure referencing the pf module gets the latest
bridge and codegen.
  • Loading branch information
t0yv0 authored Dec 12, 2023
1 parent c5303e2 commit 19fa9f1
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.67.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.68.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.67.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.68.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 19fa9f1

Please sign in to comment.