module github.com/hashicorp/terraform-plugin-sdk/v2 go 1.16 require ( cloud.google.com/go v0.61.0 // indirect github.com/agext/levenshtein v1.2.2 // indirect github.com/apparentlymart/go-cidr v1.0.1 github.com/apparentlymart/go-dump v0.0.0-20190214190832-042adf3cf4a0 github.com/aws/aws-sdk-go v1.25.3 // indirect github.com/davecgh/go-spew v1.1.1 github.com/go-test/deep v1.0.3 github.com/golang/mock v1.4.3 github.com/google/go-cmp v0.5.6 github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 github.com/hashicorp/go-hclog v0.15.0 github.com/hashicorp/go-multierror v1.0.0 github.com/hashicorp/go-plugin v1.4.1 github.com/hashicorp/go-uuid v1.0.1 github.com/hashicorp/go-version v1.3.0 github.com/hashicorp/hcl/v2 v2.3.0 github.com/hashicorp/logutils v1.0.0 github.com/hashicorp/terraform-exec v0.14.0 github.com/hashicorp/terraform-json v0.12.0 github.com/hashicorp/terraform-plugin-go v0.4.0 github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect github.com/kylelemons/godebug v1.1.0 // indirect github.com/mitchellh/copystructure v1.2.0 github.com/mitchellh/go-testing-interface v1.0.4 github.com/mitchellh/go-wordwrap v1.0.0 // indirect github.com/mitchellh/mapstructure v1.1.2 github.com/mitchellh/reflectwalk v1.0.2 github.com/zclconf/go-cty v1.8.4 golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b golang.org/x/tools v0.0.0-20200713011307-fd294ab11aed google.golang.org/grpc v1.32.0 )