@@ -7,21 +7,22 @@ toolchain go1.24.0
7
7
require github.com/gruntwork-io/terratest v0.38.5
8
8
9
9
require (
10
- cloud.google.com/go v0.104.0 // indirect
11
- cloud.google.com/go/compute v1.10.0 // indirect
12
- cloud.google.com/go/iam v0.5.0 // indirect
13
- cloud.google.com/go/storage v1.27.0 // indirect
10
+ cloud.google.com/go v0.110.0 // indirect
11
+ cloud.google.com/go/compute v1.19.1 // indirect
12
+ cloud.google.com/go/compute/metadata v0.2.3 // indirect
13
+ cloud.google.com/go/iam v0.13.0 // indirect
14
+ cloud.google.com/go/storage v1.28.1 // indirect
14
15
github.com/agext/levenshtein v1.2.3 // indirect
15
16
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
16
17
github.com/aws/aws-sdk-go v1.44.122 // indirect
17
18
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
18
19
github.com/davecgh/go-spew v1.1.1 // indirect
19
20
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
20
- github.com/golang/protobuf v1.5.2 // indirect
21
+ github.com/golang/protobuf v1.5.3 // indirect
21
22
github.com/google/go-cmp v0.5.9 // indirect
22
23
github.com/google/uuid v1.3.0 // indirect
23
- github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
24
- github.com/googleapis/gax-go/v2 v2.6.0 // indirect
24
+ github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
25
+ github.com/googleapis/gax-go/v2 v2.7.1 // indirect
25
26
github.com/hashicorp/errwrap v1.0.0 // indirect
26
27
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
27
28
github.com/hashicorp/go-getter v1.7.5 // indirect
@@ -38,21 +39,21 @@ require (
38
39
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
39
40
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
40
41
github.com/pmezard/go-difflib v1.0.0 // indirect
41
- github.com/stretchr/testify v1.7.0 // indirect
42
+ github.com/stretchr/testify v1.8.1 // indirect
42
43
github.com/tmccombs/hcl2json v0.3.3 // indirect
43
44
github.com/ulikunitz/xz v0.5.10 // indirect
44
45
github.com/zclconf/go-cty v1.8.1 // indirect
45
- go.opencensus.io v0.23 .0 // indirect
46
- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // 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
46
+ go.opencensus.io v0.24 .0 // indirect
47
+ golang.org/x/crypto v0.35.0 // indirect
48
+ golang.org/x/net v0.21 .0 // indirect
49
+ golang.org/x/oauth2 v0.7 .0 // indirect
50
+ golang.org/x/sys v0.30 .0 // indirect
51
+ golang.org/x/text v0.22 .0 // indirect
51
52
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
52
- google.golang.org/api v0.100 .0 // indirect
53
+ google.golang.org/api v0.114 .0 // indirect
53
54
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.0 // indirect
55
+ google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
56
+ google.golang.org/grpc v1.56.3 // indirect
57
+ google.golang.org/protobuf v1.30.0 // indirect
58
+ gopkg.in/yaml.v3 v3.0.1 // indirect
58
59
)
0 commit comments