forked from hashicorp/terraform-provider-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 904 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/terraform-providers/terraform-provider-aws
go 1.14
require (
github.com/aws/aws-sdk-go v1.34.4
github.com/beevik/etree v1.1.0
github.com/bflad/tfproviderdocs v0.7.0
github.com/bflad/tfproviderlint v0.18.0
github.com/client9/misspell v0.3.4
github.com/golangci/golangci-lint v1.29.0
github.com/hashicorp/aws-sdk-go-base v0.6.0
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/go-multierror v1.1.0
github.com/hashicorp/go-version v1.2.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.0.1
github.com/jen20/awspolicyequivalence v1.1.0
github.com/katbyte/terrafmt v0.2.1-0.20200303174203-e6a3e82cb21b
github.com/keybase/go-crypto v0.0.0-20161004153544-93f5b35093ba
github.com/mitchellh/copystructure v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/pquerna/otp v1.2.0
golang.org/x/tools v0.0.0-20200713011307-fd294ab11aed
gopkg.in/yaml.v2 v2.3.0
)