1
1
module github.com/terraform-google-modules/terraform-google-bigquery/test/integration
2
2
3
- go 1.22.7
3
+ go 1.23.0
4
4
5
- toolchain go1.23 .5
5
+ toolchain go1.24 .5
6
6
7
7
require (
8
- github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.4
8
+ github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.8
9
9
github.com/stretchr/testify v1.10.0
10
10
)
11
11
@@ -22,18 +22,18 @@ require (
22
22
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
23
23
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
24
24
github.com/go-errors/errors v1.5.1 // indirect
25
- github.com/go-openapi/jsonpointer v0.20 .0 // indirect
25
+ github.com/go-openapi/jsonpointer v0.21 .0 // indirect
26
26
github.com/go-openapi/jsonreference v0.20.2 // indirect
27
- github.com/go-openapi/swag v0.22.4 // indirect
27
+ github.com/go-openapi/swag v0.23.0 // indirect
28
28
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
29
29
github.com/golang/protobuf v1.5.4 // indirect
30
- github.com/google/gnostic-models v0.6.8 // indirect
31
- github.com/google/go-cmp v0.6 .0 // indirect
30
+ github.com/google/gnostic-models v0.6.9 // indirect
31
+ github.com/google/go-cmp v0.7 .0 // indirect
32
32
github.com/google/s2a-go v0.1.8 // indirect
33
33
github.com/google/uuid v1.6.0 // indirect
34
34
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
35
35
github.com/googleapis/gax-go/v2 v2.14.0 // indirect
36
- github.com/gruntwork-io/terratest v0.48.1 // indirect
36
+ github.com/gruntwork-io/terratest v0.50.0 // indirect
37
37
github.com/hashicorp/errwrap v1.1.0 // indirect
38
38
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
39
39
github.com/hashicorp/go-getter v1.7.6 // indirect
@@ -43,8 +43,8 @@ require (
43
43
github.com/hashicorp/go-version v1.7.0 // indirect
44
44
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f // indirect
45
45
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
46
- github.com/hashicorp/terraform-config-inspect v0.0.0-20241129133400-c404f8227ea6 // indirect
47
- github.com/hashicorp/terraform-json v0.24 .0 // indirect
46
+ github.com/hashicorp/terraform-config-inspect v0.0.0-20250515145901-f4c50e64fd6d // indirect
47
+ github.com/hashicorp/terraform-json v0.25 .0 // indirect
48
48
github.com/jinzhu/copier v0.4.0 // indirect
49
49
github.com/jmespath/go-jmespath v0.4.0 // indirect
50
50
github.com/josharian/intern v1.0.0 // indirect
@@ -62,27 +62,29 @@ require (
62
62
github.com/tidwall/sjson v1.2.5 // indirect
63
63
github.com/tmccombs/hcl2json v0.6.4 // indirect
64
64
github.com/ulikunitz/xz v0.5.11 // indirect
65
- github.com/zclconf/go-cty v1.15.1 // indirect
65
+ github.com/zclconf/go-cty v1.16.2 // indirect
66
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/oauth2 v0.24.0 // indirect
71
- golang.org/x/sync v0.10.0 // indirect
72
- golang.org/x/sys v0.28.0 // indirect
73
- golang.org/x/text v0.21.0 // indirect
67
+ go.yaml.in/yaml/v2 v2.4.2 // indirect
68
+ go.yaml.in/yaml/v3 v3.0.3 // indirect
69
+ golang.org/x/crypto v0.39.0 // indirect
70
+ golang.org/x/mod v0.26.0 // indirect
71
+ golang.org/x/net v0.41.0 // indirect
72
+ golang.org/x/oauth2 v0.27.0 // indirect
73
+ golang.org/x/sync v0.15.0 // indirect
74
+ golang.org/x/sys v0.33.0 // indirect
75
+ golang.org/x/text v0.26.0 // indirect
74
76
golang.org/x/time v0.8.0 // indirect
75
- golang.org/x/tools v0.22 .0 // indirect
77
+ golang.org/x/tools v0.34 .0 // indirect
76
78
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
77
79
google.golang.org/api v0.206.0 // indirect
78
80
google.golang.org/appengine v1.6.8 // indirect
79
81
google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f // indirect
80
82
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
81
83
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
82
84
google.golang.org/grpc v1.67.1 // indirect
83
- google.golang.org/protobuf v1.35 .1 // indirect
85
+ google.golang.org/protobuf v1.36 .1 // indirect
84
86
gopkg.in/yaml.v3 v3.0.1 // indirect
85
- k8s.io/kube-openapi v0.0.0-20231113174909-778a5567bc1e // indirect
86
- sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
87
- sigs.k8s.io/yaml v1.4 .0 // indirect
87
+ k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
88
+ sigs.k8s.io/kustomize/kyaml v0.20.0 // indirect
89
+ sigs.k8s.io/yaml v1.5 .0 // indirect
88
90
)
0 commit comments