Skip to content

Commit

Permalink
Update terraform-plugin-docs
Browse files Browse the repository at this point in the history
Signed-off-by: Prudhvi Godithi <[email protected]>
  • Loading branch information
prudhvigodithi committed Jan 3, 2024
1 parent 15ede3a commit 1bfa176
Show file tree
Hide file tree
Showing 2 changed files with 2,258 additions and 111 deletions.
22 changes: 17 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,27 @@ module github.com/opensearch-project/terraform-provider-opensearch
go 1.14

require (
github.com/aws/aws-sdk-go v1.45.24
github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect
github.com/aws/aws-sdk-go v1.49.13
github.com/cloudflare/circl v1.3.7 // indirect
github.com/deoxxa/aws_signing_client v0.0.0-20161109131055-c20ee106809e
github.com/hashicorp/go-hclog v1.5.0
github.com/fatih/color v1.16.0 // indirect
github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637 // indirect
github.com/hashicorp/go-hclog v1.6.2
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/terraform-plugin-docs v0.13.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.12.0
github.com/hashicorp/terraform-exec v0.20.0 // indirect
github.com/hashicorp/terraform-json v0.20.0 // indirect
github.com/hashicorp/terraform-plugin-docs v0.16.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.31.0
github.com/katbyte/terrafmt v0.4.0
github.com/mitchellh/go-homedir v1.1.0
github.com/olivere/elastic v6.2.26+incompatible
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/olivere/elastic v6.2.37+incompatible
github.com/olivere/elastic/v7 v7.0.32
github.com/vmihailenco/tagparser v0.1.2 // indirect
golang.org/x/net v0.19.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
google.golang.org/grpc v1.60.1 // indirect
gopkg.in/olivere/elastic.v6 v6.2.37
)
Loading

0 comments on commit 1bfa176

Please sign in to comment.