@@ -2,52 +2,40 @@ module github.com/terraform-google-modules/terraform-google-kms/test/integration
2
2
3
3
go 1.23.0
4
4
5
- toolchain go1.23.6
5
+ toolchain go1.23.7
6
6
7
7
require (
8
- github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.5
8
+ github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.6
9
9
github.com/stretchr/testify v1.10.0
10
10
github.com/tidwall/gjson v1.18.0
11
- golang.org/x/oauth2 v0.25 .0
11
+ golang.org/x/oauth2 v0.28 .0
12
12
)
13
13
14
14
require (
15
- cloud.google.com/go v0.116.0 // indirect
16
15
cloud.google.com/go/compute/metadata v0.5.2 // indirect
17
- cloud.google.com/go/iam v1.2.2 // indirect
18
- cloud.google.com/go/storage v1.47.0 // indirect
19
16
github.com/agext/levenshtein v1.2.3 // indirect
20
17
github.com/alexflint/go-filemutex v1.3.0 // indirect
21
18
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
22
- github.com/aws/aws-sdk-go v1.45.5 // indirect
23
19
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
24
20
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
25
21
github.com/go-errors/errors v1.5.0 // indirect
26
22
github.com/go-openapi/jsonpointer v0.21.0 // indirect
27
23
github.com/go-openapi/jsonreference v0.20.2 // indirect
28
24
github.com/go-openapi/swag v0.23.0 // indirect
29
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
30
- github.com/golang/protobuf v1.5.4 // indirect
31
25
github.com/google/gnostic-models v0.6.9 // indirect
32
26
github.com/google/go-cmp v0.6.0 // indirect
33
- github.com/google/s2a-go v0.1.8 // indirect
34
- github.com/google/uuid v1.6.0 // indirect
35
- github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
36
- github.com/googleapis/gax-go/v2 v2.14.0 // indirect
37
- github.com/gruntwork-io/terratest v0.48.1 // indirect
27
+ github.com/gruntwork-io/terratest v0.48.2 // indirect
38
28
github.com/hashicorp/errwrap v1.1.0 // indirect
39
29
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
40
- github.com/hashicorp/go-getter v1.7.6 // indirect
41
30
github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
42
31
github.com/hashicorp/go-multierror v1.1.1 // indirect
43
32
github.com/hashicorp/go-safetemp v1.0.0 // indirect
44
33
github.com/hashicorp/go-version v1.7.0 // indirect
45
34
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f // indirect
46
35
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
47
- github.com/hashicorp/terraform-config-inspect v0.0.0-20241129133400-c404f8227ea6 // indirect
36
+ github.com/hashicorp/terraform-config-inspect v0.0.0-20250203082807-efaa306e97b4 // indirect
48
37
github.com/hashicorp/terraform-json v0.24.0 // indirect
49
38
github.com/jinzhu/copier v0.4.0 // indirect
50
- github.com/jmespath/go-jmespath v0.4.0 // indirect
51
39
github.com/josharian/intern v1.0.0 // indirect
52
40
github.com/klauspost/compress v1.16.7 // indirect
53
41
github.com/mailru/easyjson v0.7.7 // indirect
@@ -63,21 +51,13 @@ require (
63
51
github.com/tmccombs/hcl2json v0.6.4 // indirect
64
52
github.com/ulikunitz/xz v0.5.11 // indirect
65
53
github.com/zclconf/go-cty v1.15.1 // indirect
66
- go.opencensus.io v0.24.0 // indirect
67
- golang.org/x/crypto v0.31.0 // indirect
68
- golang.org/x/mod v0.22.0 // indirect
69
- golang.org/x/net v0.33.0 // indirect
70
- golang.org/x/sync v0.10.0 // indirect
71
- golang.org/x/sys v0.28.0 // indirect
54
+ golang.org/x/crypto v0.32.0 // indirect
55
+ golang.org/x/mod v0.23.0 // indirect
56
+ golang.org/x/net v0.34.0 // indirect
57
+ golang.org/x/sync v0.11.0 // indirect
58
+ golang.org/x/sys v0.29.0 // indirect
72
59
golang.org/x/text v0.21.0 // indirect
73
60
golang.org/x/tools v0.26.0 // indirect
74
- golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
75
- google.golang.org/api v0.206.0 // indirect
76
- google.golang.org/appengine v1.6.8 // indirect
77
- google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f // indirect
78
- google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
79
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
80
- google.golang.org/grpc v1.67.1 // indirect
81
61
google.golang.org/protobuf v1.35.1 // indirect
82
62
gopkg.in/yaml.v3 v3.0.1 // indirect
83
63
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
0 commit comments