1
1
module github.com/terraform-google-modules/terraform-google-kubernetes-engine/test/integration
2
2
3
- go 1.22.7
3
+ go 1.23.0
4
4
5
5
toolchain go1.23.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.5
9
9
github.com/gruntwork-io/terratest v0.48.1
10
10
github.com/hashicorp/terraform-json v0.24.0
11
11
github.com/stretchr/testify v1.10.0
12
12
github.com/tidwall/gjson v1.18.0
13
- golang.org/x/sync v0.10.0
14
13
)
15
14
16
15
require (
@@ -59,18 +58,20 @@ require (
59
58
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
60
59
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
61
60
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
61
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
62
62
github.com/go-errors/errors v1.5.0 // indirect
63
63
github.com/go-logr/logr v1.4.2 // indirect
64
- github.com/go-openapi/jsonpointer v0.20 .0 // indirect
64
+ github.com/go-openapi/jsonpointer v0.21 .0 // indirect
65
65
github.com/go-openapi/jsonreference v0.20.2 // indirect
66
- github.com/go-openapi/swag v0.22.4 // indirect
66
+ github.com/go-openapi/swag v0.23.0 // indirect
67
67
github.com/go-sql-driver/mysql v1.8.1 // indirect
68
68
github.com/gogo/protobuf v1.3.2 // indirect
69
69
github.com/golang/protobuf v1.5.4 // indirect
70
- github.com/google/gnostic-models v0.6.8 // indirect
70
+ github.com/google/gnostic-models v0.6.9 // indirect
71
71
github.com/google/go-cmp v0.6.0 // indirect
72
72
github.com/google/gofuzz v1.2.0 // indirect
73
73
github.com/google/uuid v1.6.0 // indirect
74
+ github.com/gorilla/websocket v1.5.0 // indirect
74
75
github.com/gruntwork-io/go-commons v0.17.1 // indirect
75
76
github.com/hashicorp/errwrap v1.1.0 // indirect
76
77
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -81,7 +82,6 @@ require (
81
82
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f // indirect
82
83
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
83
84
github.com/hashicorp/terraform-config-inspect v0.0.0-20241129133400-c404f8227ea6 // indirect
84
- github.com/imdario/mergo v0.3.16 // indirect
85
85
github.com/jackc/pgpassfile v1.0.0 // indirect
86
86
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
87
87
github.com/jackc/pgx/v5 v5.7.1 // indirect
@@ -97,10 +97,12 @@ require (
97
97
github.com/mitchellh/go-homedir v1.1.0 // indirect
98
98
github.com/mitchellh/go-testing-interface v1.14.2-0.20210821155943-2d9075ca8770 // indirect
99
99
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
100
- github.com/moby/spdystream v0.2 .0 // indirect
100
+ github.com/moby/spdystream v0.5 .0 // indirect
101
101
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
102
102
github.com/modern-go/reflect2 v1.0.2 // indirect
103
103
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
104
+ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
105
+ github.com/pkg/errors v0.9.1 // indirect
104
106
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
105
107
github.com/pquerna/otp v1.4.0 // indirect
106
108
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -111,29 +113,31 @@ require (
111
113
github.com/tmccombs/hcl2json v0.6.4 // indirect
112
114
github.com/ulikunitz/xz v0.5.11 // indirect
113
115
github.com/urfave/cli/v2 v2.25.7 // indirect
116
+ github.com/x448/float16 v0.8.4 // indirect
114
117
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
115
118
github.com/zclconf/go-cty v1.15.1 // indirect
116
119
golang.org/x/crypto v0.31.0 // indirect
117
120
golang.org/x/mod v0.22.0 // indirect
118
121
golang.org/x/net v0.33.0 // indirect
119
122
golang.org/x/oauth2 v0.24.0 // indirect
123
+ golang.org/x/sync v0.10.0 // indirect
120
124
golang.org/x/sys v0.28.0 // indirect
121
125
golang.org/x/term v0.27.0 // indirect
122
126
golang.org/x/text v0.21.0 // indirect
123
127
golang.org/x/time v0.8.0 // indirect
124
- golang.org/x/tools v0.22 .0 // indirect
128
+ golang.org/x/tools v0.26 .0 // indirect
125
129
google.golang.org/protobuf v1.35.1 // indirect
130
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
126
131
gopkg.in/inf.v0 v0.9.1 // indirect
127
- gopkg.in/yaml.v2 v2.4.0 // indirect
128
132
gopkg.in/yaml.v3 v3.0.1 // indirect
129
- k8s.io/api v0.28.4 // indirect
130
- k8s.io/apimachinery v0.28.4 // indirect
131
- k8s.io/client-go v0.28.4 // indirect
132
- k8s.io/klog/v2 v2.100 .1 // indirect
133
- k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
134
- k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
135
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
136
- sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
137
- sigs.k8s.io/structured-merge-diff/v4 v4.3.0 // indirect
133
+ k8s.io/api v0.32.1 // indirect
134
+ k8s.io/apimachinery v0.32.1 // indirect
135
+ k8s.io/client-go v0.32.1 // indirect
136
+ k8s.io/klog/v2 v2.130 .1 // indirect
137
+ k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
138
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
139
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
140
+ sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect
141
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
138
142
sigs.k8s.io/yaml v1.4.0 // indirect
139
143
)
0 commit comments