@@ -4,17 +4,55 @@ go 1.20
4
4
5
5
require (
6
6
github.com/aws/aws-sdk-go v1.44.122
7
- github.com/golang/snappy v0.0.4 // indirect
8
7
github.com/gruntwork-io/terratest v0.40.22
8
+ github.com/stretchr/testify v1.8.0
9
+ )
10
+
11
+ require (
12
+ cloud.google.com/go v0.104.0 // indirect
13
+ cloud.google.com/go/compute v1.10.0 // indirect
14
+ cloud.google.com/go/iam v0.5.0 // indirect
15
+ cloud.google.com/go/storage v1.27.0 // indirect
16
+ github.com/agext/levenshtein v1.2.3 // indirect
17
+ github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
18
+ github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
19
+ github.com/davecgh/go-spew v1.1.1 // indirect
20
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
21
+ github.com/golang/protobuf v1.5.2 // indirect
22
+ github.com/google/go-cmp v0.5.9 // indirect
23
+ github.com/google/uuid v1.3.0 // indirect
24
+ github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
25
+ github.com/googleapis/gax-go/v2 v2.6.0 // indirect
9
26
github.com/hashicorp/errwrap v1.1.0 // indirect
10
- github.com/hashicorp/go-getter v1.7.0 // indirect
27
+ github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
28
+ github.com/hashicorp/go-getter v1.7.4 // indirect
11
29
github.com/hashicorp/go-multierror v1.1.1 // indirect
30
+ github.com/hashicorp/go-safetemp v1.0.0 // indirect
31
+ github.com/hashicorp/go-version v1.6.0 // indirect
12
32
github.com/hashicorp/hcl/v2 v2.14.1 // indirect
13
33
github.com/hashicorp/terraform-json v0.14.0 // indirect
14
34
github.com/jinzhu/copier v0.3.5 // indirect
35
+ github.com/jmespath/go-jmespath v0.4.0 // indirect
36
+ github.com/klauspost/compress v1.15.11 // indirect
15
37
github.com/mattn/go-zglob v0.0.3 // indirect
16
- github.com/stretchr/testify v1.8.0
38
+ github.com/mitchellh/go-homedir v1.1.0 // indirect
39
+ github.com/mitchellh/go-testing-interface v1.14.1 // indirect
40
+ github.com/mitchellh/go-wordwrap v1.0.1 // indirect
41
+ github.com/pmezard/go-difflib v1.0.0 // indirect
17
42
github.com/tmccombs/hcl2json v0.3.4 // indirect
43
+ github.com/ulikunitz/xz v0.5.10 // indirect
18
44
github.com/zclconf/go-cty v1.11.0 // indirect
45
+ go.opencensus.io v0.23.0 // indirect
19
46
golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 // indirect
47
+ golang.org/x/net v0.1.0 // indirect
48
+ golang.org/x/oauth2 v0.1.0 // indirect
49
+ golang.org/x/sys v0.1.0 // indirect
50
+ golang.org/x/text v0.4.0 // indirect
51
+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
52
+ google.golang.org/api v0.100.0 // indirect
53
+ google.golang.org/appengine v1.6.7 // indirect
54
+ google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71 // indirect
55
+ google.golang.org/grpc v1.50.1 // indirect
56
+ google.golang.org/protobuf v1.28.1 // indirect
57
+ gopkg.in/yaml.v3 v3.0.1 // indirect
20
58
)
0 commit comments