github.com/hashicorp/terraform-plugin-sdk@v1.17.2/go.mod (about)

     1  module github.com/hashicorp/terraform-plugin-sdk
     2  
     3  go 1.12
     4  
     5  require (
     6  	github.com/agext/levenshtein v1.2.2
     7  	github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
     8  	github.com/apparentlymart/go-cidr v1.1.0
     9  	github.com/apparentlymart/go-dump v0.0.0-20190214190832-042adf3cf4a0
    10  	github.com/armon/go-radix v1.0.0 // indirect
    11  	github.com/aws/aws-sdk-go v1.37.0 // indirect
    12  	github.com/davecgh/go-spew v1.1.1
    13  	github.com/go-test/deep v1.0.3
    14  	github.com/golang/mock v1.4.4
    15  	github.com/golang/protobuf v1.4.2
    16  	github.com/golang/snappy v0.0.1
    17  	github.com/google/go-cmp v0.5.5
    18  	github.com/google/uuid v1.1.2
    19  	github.com/hashicorp/errwrap v1.0.0
    20  	github.com/hashicorp/go-cleanhttp v0.5.2
    21  	github.com/hashicorp/go-getter v1.5.3
    22  	github.com/hashicorp/go-hclog v0.9.2
    23  	github.com/hashicorp/go-multierror v1.0.0
    24  	github.com/hashicorp/go-plugin v1.3.0
    25  	github.com/hashicorp/go-uuid v1.0.1
    26  	github.com/hashicorp/go-version v1.3.0
    27  	github.com/hashicorp/hcl/v2 v2.8.2
    28  	github.com/hashicorp/logutils v1.0.0
    29  	github.com/hashicorp/terraform-config-inspect v0.0.0-20191212124732-c6ae6269b9d7
    30  	github.com/hashicorp/terraform-exec v0.13.3
    31  	github.com/hashicorp/terraform-json v0.10.0
    32  	github.com/hashicorp/terraform-plugin-test/v2 v2.2.1
    33  	github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
    34  	github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
    35  	github.com/keybase/go-crypto v0.0.0-20161004153544-93f5b35093ba
    36  	github.com/mattn/go-colorable v0.1.1 // indirect
    37  	github.com/mitchellh/cli v1.1.2
    38  	github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
    39  	github.com/mitchellh/copystructure v1.0.0
    40  	github.com/mitchellh/go-homedir v1.1.0
    41  	github.com/mitchellh/go-testing-interface v1.0.4
    42  	github.com/mitchellh/go-wordwrap v1.0.0
    43  	github.com/mitchellh/mapstructure v1.1.2
    44  	github.com/mitchellh/reflectwalk v1.0.1
    45  	github.com/pierrec/lz4 v2.0.5+incompatible
    46  	github.com/posener/complete v1.2.1 // indirect
    47  	github.com/spf13/afero v1.2.2
    48  	github.com/zclconf/go-cty v1.8.2
    49  	github.com/zclconf/go-cty-yaml v1.0.2
    50  	golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
    51  	golang.org/x/net v0.0.0-20210326060303-6b1517762897
    52  	golang.org/x/tools v0.0.0-20201028111035-eafbe7b904eb
    53  	google.golang.org/api v0.34.0 // indirect
    54  	google.golang.org/grpc v1.32.0
    55  )