module github.com/hashicorp/terraform-plugin-sdk go 1.12 require ( github.com/agext/levenshtein v1.2.2 github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect github.com/apparentlymart/go-cidr v1.1.0 github.com/apparentlymart/go-dump v0.0.0-20190214190832-042adf3cf4a0 github.com/armon/go-radix v1.0.0 // indirect github.com/aws/aws-sdk-go v1.37.0 // indirect github.com/davecgh/go-spew v1.1.1 github.com/go-test/deep v1.0.3 github.com/golang/mock v1.4.4 github.com/golang/protobuf v1.4.2 github.com/golang/snappy v0.0.1 github.com/google/go-cmp v0.5.2 github.com/google/uuid v1.1.1 github.com/hashicorp/errwrap v1.0.0 github.com/hashicorp/go-cleanhttp v0.5.1 github.com/hashicorp/go-getter v1.5.2 github.com/hashicorp/go-hclog v0.9.2 github.com/hashicorp/go-multierror v1.0.0 github.com/hashicorp/go-plugin v1.3.0 github.com/hashicorp/go-uuid v1.0.1 github.com/hashicorp/go-version v1.2.1 github.com/hashicorp/hcl/v2 v2.8.2 github.com/hashicorp/logutils v1.0.0 github.com/hashicorp/terraform-config-inspect v0.0.0-20191212124732-c6ae6269b9d7 github.com/hashicorp/terraform-exec v0.10.0 github.com/hashicorp/terraform-json v0.5.0 github.com/hashicorp/terraform-plugin-test/v2 v2.1.3 github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect github.com/keybase/go-crypto v0.0.0-20161004153544-93f5b35093ba github.com/mattn/go-colorable v0.1.1 // indirect github.com/mitchellh/cli v1.1.1 github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db github.com/mitchellh/copystructure v1.0.0 github.com/mitchellh/go-homedir v1.1.0 github.com/mitchellh/go-testing-interface v1.0.4 github.com/mitchellh/go-wordwrap v1.0.0 github.com/mitchellh/mapstructure v1.1.2 github.com/mitchellh/reflectwalk v1.0.1 github.com/pierrec/lz4 v2.0.5+incompatible github.com/posener/complete v1.2.1 // indirect github.com/spf13/afero v1.2.2 github.com/stretchr/testify v1.5.1 // indirect github.com/zclconf/go-cty v1.7.1 github.com/zclconf/go-cty-yaml v1.0.2 golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 golang.org/x/net v0.0.0-20201110031124-69a78807bb2b golang.org/x/tools v0.0.0-20201028111035-eafbe7b904eb google.golang.org/api v0.34.0 // indirect google.golang.org/grpc v1.31.1 )