forked from phillbaker/terraform-provider-elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 678 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/phillbaker/terraform-provider-elasticsearch
go 1.14
require (
github.com/aws/aws-sdk-go v1.43.21
github.com/deoxxa/aws_signing_client v0.0.0-20161109131055-c20ee106809e
github.com/hashicorp/go-hclog v1.2.0
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/go-version v1.4.0
github.com/hashicorp/hc-install v0.3.2 // indirect
github.com/hashicorp/terraform-plugin-docs v0.4.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.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/olivere/elastic/v7 v7.0.32
gopkg.in/olivere/elastic.v6 v6.2.37
)