forked from gruntwork-io/terratest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
49 lines (47 loc) · 2.03 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module github.com/gruntwork-io/terratest
go 1.14
require (
cloud.google.com/go v0.51.0
cloud.google.com/go/storage v1.0.0
github.com/Azure/azure-sdk-for-go v46.0.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.5
github.com/Azure/go-autorest/autorest/azure/auth v0.5.1
github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
github.com/aws/aws-lambda-go v1.13.3
github.com/aws/aws-sdk-go v1.27.1
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/docker/cli v0.0.0-20200109221225-a4f60165b7a3 // indirect
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1 // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/google/go-containerregistry v0.0.0-20200110202235-f4fb41bf00a3
github.com/google/uuid v1.1.1
github.com/gruntwork-io/go-commons v0.8.0
github.com/hashicorp/go-multierror v1.1.0
github.com/hashicorp/hcl/v2 v2.8.2
github.com/hashicorp/terraform-json v0.9.0
github.com/imdario/mergo v0.3.7 // indirect
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/jstemmer/go-junit-report v0.9.1
github.com/magiconair/properties v1.8.0
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
github.com/miekg/dns v1.1.31
github.com/mitchellh/go-homedir v1.1.0
github.com/oracle/oci-go-sdk v7.1.0+incompatible
github.com/pquerna/otp v1.2.0
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.22.2
github.com/zclconf/go-cty v1.2.1
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20201021035429-f5854403a974
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/tools v0.0.0-20201110201400-7099162a900a // indirect
google.golang.org/api v0.15.0
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
k8s.io/api v0.19.3
k8s.io/apimachinery v0.19.3
k8s.io/client-go v0.19.3
)