Skip to content

Commit

Permalink
Add support for diffing field sets (#12330) (#3373)
Browse files Browse the repository at this point in the history
[upstream:0e9d4ce2df2534c86efc59c68953f2b042295145]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Jan 29, 2025
1 parent f98a8c8 commit 5b656d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/hashicorp/hcl/v2 v2.20.1
github.com/hashicorp/terraform-json v0.22.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20250129172511-b09525a02779
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20250129212821-a1e19e406d26
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 h1:qHprzXy/As0rxedphECBEQAh
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0/go.mod h1:H+8tjs9TjV2w57QFVSMBQacf8k/E1XwLXGCARgViC6A=
github.com/hashicorp/terraform-plugin-testing v1.5.1 h1:T4aQh9JAhmWo4+t1A7x+rnxAJHCDIYW9kXyo4sVO92c=
github.com/hashicorp/terraform-plugin-testing v1.5.1/go.mod h1:dg8clO6K59rZ8w9EshBmDp1CxTIPu3yA4iaDpX1h5u0=
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20250129172511-b09525a02779 h1:cmiZz3jyJULpHvzLTklzbcG3hwfvctAKNvhr56SyIOA=
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20250129172511-b09525a02779/go.mod h1:T6t0Tv2yw5RfAOL01fprnwybq7ghsTqORSwgKoE/8/8=
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20250129212821-a1e19e406d26 h1:lfY5CvBR0UPXQ4yMgl9FlFBPCWWvPiCfw9Q2rRpMG2c=
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20250129212821-a1e19e406d26/go.mod h1:T6t0Tv2yw5RfAOL01fprnwybq7ghsTqORSwgKoE/8/8=
github.com/hashicorp/terraform-registry-address v0.2.3 h1:2TAiKJ1A3MAkZlH1YI/aTVcLZRu7JseiXNRHbOAyoTI=
github.com/hashicorp/terraform-registry-address v0.2.3/go.mod h1:lFHA76T8jfQteVfT7caREqguFrW3c4MFSPhZB7HHgUM=
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=
Expand Down

0 comments on commit 5b656d1

Please sign in to comment.