Skip to content

Commit

Permalink
Merge pull request #37 from jfroche/feature/user
Browse files Browse the repository at this point in the history
feat(user): add support for xpack user
  • Loading branch information
phillbaker authored Nov 8, 2019
2 parents 9926568 + 6dc24bd commit 305a809
Show file tree
Hide file tree
Showing 6 changed files with 501 additions and 44 deletions.
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ module github.com/phillbaker/terraform-provider-elasticsearch
go 1.12

require (
github.com/aws/aws-sdk-go v1.22.0
github.com/aws/aws-sdk-go v1.25.25
github.com/deoxxa/aws_signing_client v0.0.0-20161109131055-c20ee106809e
github.com/hashicorp/terraform-plugin-sdk v1.0.0
github.com/olivere/elastic v6.2.18+incompatible
github.com/olivere/elastic/v7 v7.0.6
github.com/stretchr/objx v0.1.1 // indirect
github.com/olivere/elastic v6.2.26+incompatible
github.com/olivere/elastic/v7 v7.0.9
gopkg.in/olivere/elastic.v5 v5.0.82
gopkg.in/olivere/elastic.v6 v6.2.23
)
Loading

0 comments on commit 305a809

Please sign in to comment.