Skip to content

Commit

Permalink
make tfgen
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot committed Nov 22, 2024
1 parent 3b3caf5 commit 3439b71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraf
require (
github.com/pulumi/pulumi-terraform-bridge/v3 v3.95.0
github.com/pulumi/pulumi/pkg/v3 v3.137.0
github.com/pulumi/terraform-provider-xyz v0.0.0-20241107084041-e75665bf0a49
github.com/pulumi/terraform-provider-xyz v0.0.2
)

require (
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1910,8 +1910,8 @@ github.com/pulumi/terraform-diff-reader v0.0.2 h1:kTE4nEXU3/SYXESvAIem+wyHMI3abq
github.com/pulumi/terraform-diff-reader v0.0.2/go.mod h1:sZ9FUzGO+yM41hsQHs/yIcj/Y993qMdBxBU5mpDmAfQ=
github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240520223432-0c0bf0d65f10 h1:M6Ceq1o6gGeEKxTZgJ2CKLye3p67ZZjnsAwxr5VC32A=
github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240520223432-0c0bf0d65f10/go.mod h1:H+8tjs9TjV2w57QFVSMBQacf8k/E1XwLXGCARgViC6A=
github.com/pulumi/terraform-provider-xyz v0.0.0-20241107084041-e75665bf0a49 h1:fH4CQ3o1UWRPLsYceOqV3yvDCJuJuWn52BFAB9nff4o=
github.com/pulumi/terraform-provider-xyz v0.0.0-20241107084041-e75665bf0a49/go.mod h1:kJBjN1afbxe6Mz1V2uyAVFn9eu6ggWcB1L2Iv6evDC0=
github.com/pulumi/terraform-provider-xyz v0.0.2 h1:Q8ep93HBHf4gSbLqK0rGiyXUV4duS3OZDWOXRFJjmhY=
github.com/pulumi/terraform-provider-xyz v0.0.2/go.mod h1:kJBjN1afbxe6Mz1V2uyAVFn9eu6ggWcB1L2Iv6evDC0=
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
github.com/rhysd/go-fakeio v1.0.0 h1:+TjiKCOs32dONY7DaoVz/VPOdvRkPfBkEyUDIpM8FQY=
Expand Down

0 comments on commit 3439b71

Please sign in to comment.