Skip to content

Commit

Permalink
Remove replace directive for terraform-provider-aws (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpreese committed Sep 8, 2020
1 parent b3867f9 commit d2a9e4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ require (
github.com/sourcegraph/jsonrpc2 v0.0.0-20190106185902-35a74f039c6a
github.com/spf13/afero v1.3.5
github.com/terraform-linters/tflint-plugin-sdk v0.4.1-0.20200830151305-aa1706d5964d
github.com/terraform-providers/terraform-provider-aws v3.3.0+incompatible
github.com/terraform-providers/terraform-provider-aws v1.60.1-0.20200820211857-51f8bae0d4ee
github.com/zclconf/go-cty v1.6.1
golang.org/x/lint v0.0.0-20200302205851-738671d3881b
)

replace github.com/terraform-providers/terraform-provider-aws v3.3.0+incompatible => github.com/terraform-providers/terraform-provider-aws v1.60.1-0.20200820211857-51f8bae0d4ee

0 comments on commit d2a9e4e

Please sign in to comment.