这是indexloc提供的服务,不要输入任何密码
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ module github.com/hashicorp/terraform-provider-aws/tools
go 1.15

require (
cloud.google.com/go/iam v0.3.0 // indirect
github.com/apparentlymart/go-dump v0.0.0-20190214190832-042adf3cf4a0 // indirect
github.com/bflad/tfproviderdocs v0.9.1
github.com/client9/misspell v0.3.4
github.com/golangci/golangci-lint v1.43.0
github.com/golangci/golangci-lint v1.47.2
github.com/hashicorp/go-changelog v0.0.0-20201005170154-56335215ce3a
github.com/hashicorp/terraform-exec v0.14.0 // indirect
github.com/katbyte/terrafmt v0.3.0
github.com/pavius/impi v0.0.3
github.com/terraform-linters/tflint v0.34.1
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
)

replace github.com/katbyte/terrafmt => github.com/gdavison/terrafmt v0.3.1-0.20210204054728-84242796be99
Expand Down
Loading