Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

build(deps): bump github.com/golangci/golangci-lint from 1.42.1 to 1.46.2 in /tools #255

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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.42.1
github.com/golangci/golangci-lint v1.46.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.33.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