这是indexloc提供的服务,不要输入任何密码
Skip to content
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
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,21 @@ require (
github.com/aws/aws-sdk-go v1.42.38
github.com/beevik/etree v1.1.0
github.com/evanphx/json-patch v0.5.2 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/hashicorp/aws-cloudformation-resource-schema-sdk-go v0.14.0
github.com/hashicorp/aws-sdk-go-base v1.0.0
github.com/hashicorp/awspolicyequivalence v1.5.0
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-version v1.4.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.0
github.com/keybase/go-crypto v0.0.0-20161004153544-93f5b35093ba
github.com/mattbaird/jsonpatch v0.0.0-20200820163806-098863c1fc24
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mitchellh/copystructure v1.2.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-testing-interface v1.14.1
github.com/pquerna/otp v1.3.0
github.com/shopspring/decimal v1.3.1
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167
gopkg.in/yaml.v2 v2.4.0
)
Loading