Skip to content

Commit

Permalink
make tfgen (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Sep 26, 2024
1 parent 5527768 commit 9db1995
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 @@ -7,7 +7,7 @@ toolchain go1.22.3
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240520223432-0c0bf0d65f10

require (
github.com/dbt-labs/terraform-provider-dbtcloud v0.3.16
github.com/dbt-labs/terraform-provider-dbtcloud v0.3.17
github.com/pulumi/pulumi-terraform-bridge/pf v0.44.1
github.com/pulumi/pulumi-terraform-bridge/v3 v3.91.1
github.com/pulumi/pulumi/sdk/v3 v3.133.0
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1335,8 +1335,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dbt-labs/terraform-provider-dbtcloud v0.3.16 h1:KWwk9A82I73WtfrlGwzFqZ4Rv4kSjk7BZHGY7R+Ma8Y=
github.com/dbt-labs/terraform-provider-dbtcloud v0.3.16/go.mod h1:yxU6SKTrwoHnVtkDtjHIjHTl/3Ast0oN6/ugp2LD4lI=
github.com/dbt-labs/terraform-provider-dbtcloud v0.3.17 h1:K1kKT9eUmOX//tVo7mvzFbjexT2VN/dkcqrcjcKya68=
github.com/dbt-labs/terraform-provider-dbtcloud v0.3.17/go.mod h1:yxU6SKTrwoHnVtkDtjHIjHTl/3Ast0oN6/ugp2LD4lI=
github.com/deckarep/golang-set/v2 v2.6.0 h1:XfcQbWM1LlMB8BsJ8N9vW5ehnnPVIw0je80NsVHagjM=
github.com/deckarep/golang-set/v2 v2.6.0/go.mod h1:VAky9rY/yGXJOLEDv3OMci+7wtDpOF4IN+y82NBOac4=
github.com/djherbis/times v1.6.0 h1:w2ctJ92J8fBvWPxugmXIv7Nz7Q3iDMKNx9v5ocVH20c=
Expand Down

0 comments on commit 9db1995

Please sign in to comment.