@@ -3,71 +3,74 @@ module github.com/terraform-google-modules/terraform-google-sql-db/test/integrat
3
3
go 1.18
4
4
5
5
require (
6
- github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.4.1
6
+ github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.5.0
7
7
github.com/stretchr/testify v1.8.2
8
8
)
9
9
10
10
require (
11
- cloud.google.com/go v0.104.0 // indirect
12
- cloud.google.com/go/compute v1.10.0 // indirect
13
- cloud.google.com/go/iam v0.5.0 // indirect
14
- cloud.google.com/go/storage v1.27.0 // indirect
11
+ cloud.google.com/go v0.110.0 // indirect
12
+ cloud.google.com/go/compute v1.18.0 // indirect
13
+ cloud.google.com/go/compute/metadata v0.2.3 // indirect
14
+ cloud.google.com/go/iam v0.12.0 // indirect
15
+ cloud.google.com/go/storage v1.29.0 // indirect
15
16
github.com/agext/levenshtein v1.2.3 // indirect
16
17
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
17
- github.com/aws/aws-sdk-go v1.44.122 // indirect
18
+ github.com/aws/aws-sdk-go v1.44.209 // indirect
18
19
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
19
20
github.com/davecgh/go-spew v1.1.1 // indirect
20
21
github.com/go-errors/errors v1.4.2 // indirect
21
- github.com/go-openapi/jsonpointer v0.19.5 // indirect
22
- github.com/go-openapi/jsonreference v0.20.0 // indirect
23
- github.com/go-openapi/swag v0.21.1 // indirect
22
+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
23
+ github.com/go-openapi/jsonreference v0.20.2 // indirect
24
+ github.com/go-openapi/swag v0.22.3 // indirect
24
25
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
25
26
github.com/golang/protobuf v1.5.2 // indirect
26
27
github.com/google/gnostic v0.6.9 // indirect
27
28
github.com/google/go-cmp v0.5.9 // indirect
29
+ github.com/google/gofuzz v1.2.0 // indirect
28
30
github.com/google/uuid v1.3.0 // indirect
29
- github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
30
- github.com/googleapis/gax-go/v2 v2.6 .0 // indirect
31
- github.com/gruntwork-io/terratest v0.40.8 // indirect
31
+ github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
32
+ github.com/googleapis/gax-go/v2 v2.7 .0 // indirect
33
+ github.com/gruntwork-io/terratest v0.41.11 // indirect
32
34
github.com/hashicorp/errwrap v1.1.0 // indirect
33
35
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
34
36
github.com/hashicorp/go-getter v1.7.0 // indirect
35
37
github.com/hashicorp/go-multierror v1.1.1 // indirect
36
38
github.com/hashicorp/go-safetemp v1.0.0 // indirect
37
39
github.com/hashicorp/go-version v1.6.0 // indirect
38
- github.com/hashicorp/hcl/v2 v2.12.0 // indirect
39
- github.com/hashicorp/terraform-json v0.13 .0 // indirect
40
+ github.com/hashicorp/hcl/v2 v2.16.1 // indirect
41
+ github.com/hashicorp/terraform-json v0.15 .0 // indirect
40
42
github.com/jinzhu/copier v0.3.5 // indirect
41
43
github.com/jmespath/go-jmespath v0.4.0 // indirect
42
44
github.com/josharian/intern v1.0.0 // indirect
43
- github.com/klauspost/compress v1.15.11 // indirect
45
+ github.com/klauspost/compress v1.15.15 // indirect
44
46
github.com/mailru/easyjson v0.7.7 // indirect
45
- github.com/mattn/go-zglob v0.0.3 // indirect
47
+ github.com/mattn/go-zglob v0.0.4 // indirect
46
48
github.com/mitchellh/go-homedir v1.1.0 // indirect
47
49
github.com/mitchellh/go-testing-interface v1.14.2-0.20210217184823-a52172cd2f64 // indirect
48
50
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
49
51
github.com/pmezard/go-difflib v1.0.0 // indirect
50
- github.com/tidwall/gjson v1.14.1 // indirect
52
+ github.com/tidwall/gjson v1.14.4 // indirect
51
53
github.com/tidwall/match v1.1.1 // indirect
52
- github.com/tidwall/pretty v1.2.0 // indirect
53
- github.com/tidwall/sjson v1.2.4 // indirect
54
- github.com/tmccombs/hcl2json v0.3.4 // indirect
55
- github.com/ulikunitz/xz v0.5.10 // indirect
56
- github.com/zclconf/go-cty v1.10.0 // indirect
57
- go.opencensus.io v0.23.0 // indirect
58
- golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 // indirect
54
+ github.com/tidwall/pretty v1.2.1 // indirect
55
+ github.com/tidwall/sjson v1.2.5 // indirect
56
+ github.com/tmccombs/hcl2json v0.4.0 // indirect
57
+ github.com/ulikunitz/xz v0.5.11 // indirect
58
+ github.com/zclconf/go-cty v1.13.0 // indirect
59
+ go.opencensus.io v0.24.0 // indirect
60
+ golang.org/x/crypto v0.6.0 // indirect
61
+ golang.org/x/mod v0.8.0 // indirect
59
62
golang.org/x/net v0.7.0 // indirect
60
- golang.org/x/oauth2 v0.1 .0 // indirect
63
+ golang.org/x/oauth2 v0.5 .0 // indirect
61
64
golang.org/x/sys v0.5.0 // indirect
62
65
golang.org/x/text v0.7.0 // indirect
63
66
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
64
- google.golang.org/api v0.100 .0 // indirect
67
+ google.golang.org/api v0.110 .0 // indirect
65
68
google.golang.org/appengine v1.6.7 // indirect
66
- google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71 // indirect
67
- google.golang.org/grpc v1.50.1 // indirect
69
+ google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 // indirect
70
+ google.golang.org/grpc v1.53.0 // indirect
68
71
google.golang.org/protobuf v1.28.1 // indirect
69
72
gopkg.in/yaml.v2 v2.4.0 // indirect
70
73
gopkg.in/yaml.v3 v3.0.1 // indirect
71
- k8s.io/kube-openapi v0.0.0-20220413171646-5e7f5fdc6da6 // indirect
72
- sigs.k8s.io/kustomize/kyaml v0.13.6 // indirect
74
+ k8s.io/kube-openapi v0.0.0-20230224204730-66828de6f33b // indirect
75
+ sigs.k8s.io/kustomize/kyaml v0.14.0 // indirect
73
76
)
0 commit comments