Skip to content

Commit

Permalink
Fix fork/rebase issues to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dmahfigma committed Jul 5, 2022
1 parent 11503e5 commit 16e146e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ require (
github.com/fatih/color v1.9.0 // indirect
github.com/hashicorp/aws-cloudformation-resource-schema-sdk-go v0.14.0
github.com/hashicorp/aws-sdk-go-base v1.0.0
github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2 v2.0.0-beta.17 // indirect
github.com/hashicorp/awspolicyequivalence v1.4.0
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
Expand Down
1 change: 0 additions & 1 deletion internal/verify/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package verify

import (
"github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2/tfawserr"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/structure"
"gopkg.in/yaml.v2"
)

Expand Down

0 comments on commit 16e146e

Please sign in to comment.