Skip to content

Commit

Permalink
build(deps): bump github.com/hashicorp/terraform-json from 0.21.0 to …
Browse files Browse the repository at this point in the history
…0.22.0 (#458)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Radek Simko <[email protected]>
  • Loading branch information
dependabot[bot] and radeksimko authored May 17, 2024
1 parent af05782 commit 64df8d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/google/go-cmp v0.6.0
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/hc-install v0.6.4
github.com/hashicorp/terraform-json v0.21.0
github.com/hashicorp/terraform-json v0.22.0
github.com/zclconf/go-cty v1.14.4
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mO
github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/hashicorp/hc-install v0.6.4 h1:QLqlM56/+SIIGvGcfFiwMY3z5WGXT066suo/v9Km8e0=
github.com/hashicorp/hc-install v0.6.4/go.mod h1:05LWLy8TD842OtgcfBbOT0WMoInBMUSHjmDx10zuBIA=
github.com/hashicorp/terraform-json v0.21.0 h1:9NQxbLNqPbEMze+S6+YluEdXgJmhQykRyRNd+zTI05U=
github.com/hashicorp/terraform-json v0.21.0/go.mod h1:qdeBs11ovMzo5puhrRibdD6d2Dq6TyE/28JiU4tIQxk=
github.com/hashicorp/terraform-json v0.22.0 h1:cTZejr05cbovFmQ05MeJ43CPrn/+1hUBG7KDTcRwBc0=
github.com/hashicorp/terraform-json v0.22.0/go.mod h1:JbWSQCLFSXFFhg42T7l9iJwdGXBYV8fmmD6o/ML4p3A=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=
Expand Down
2 changes: 2 additions & 0 deletions tfexec/internal/e2etest/show_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,7 @@ func TestShowPlanFileBigInt(t *testing.T) {
cmpopts.IgnoreFields(tfjson.Config{}, "ProviderConfigs"),
cmpopts.IgnoreFields(tfjson.Plan{}, "FormatVersion"),
cmpopts.IgnoreFields(tfjson.Plan{}, "Timestamp"),
cmpopts.IgnoreFields(tfjson.Plan{}, "Complete"),
}

if diff := diffPlan(expected, actual, opts...); diff != "" {
Expand Down Expand Up @@ -1204,6 +1205,7 @@ func TestShowPlanFileFloat64(t *testing.T) {
cmpopts.IgnoreFields(tfjson.Config{}, "ProviderConfigs"),
cmpopts.IgnoreFields(tfjson.Plan{}, "FormatVersion"),
cmpopts.IgnoreFields(tfjson.Plan{}, "Timestamp"),
cmpopts.IgnoreFields(tfjson.Plan{}, "Complete"),
}

if diff := diffPlan(expected, actual, opts...); diff != "" {
Expand Down

0 comments on commit 64df8d2

Please sign in to comment.