@@ -13,7 +13,7 @@ require (
13
13
github.com/go-openapi/runtime v0.28.0
14
14
github.com/go-openapi/strfmt v0.23.0
15
15
github.com/google/uuid v1.6.0
16
- github.com/gruntwork-io/terratest v0.48.1
16
+ github.com/gruntwork-io/terratest v0.48.2
17
17
github.com/hashicorp/go-hclog v1.6.3
18
18
github.com/hashicorp/go-rootcerts v1.0.2
19
19
github.com/hashicorp/go-secure-stdlib/awsutil v0.3.0
@@ -28,15 +28,15 @@ require (
28
28
github.com/prometheus/client_golang v1.20.5
29
29
github.com/prometheus/client_model v0.6.1
30
30
github.com/stretchr/testify v1.10.0
31
- golang.org/x/crypto v0.32 .0
32
- google.golang.org/api v0.218 .0
31
+ golang.org/x/crypto v0.33 .0
32
+ google.golang.org/api v0.221 .0
33
33
gopkg.in/yaml.v3 v3.0.1
34
- k8s.io/api v0.32.1
35
- k8s.io/apiextensions-apiserver v0.32.1
36
- k8s.io/apimachinery v0.32.1
37
- k8s.io/client-go v0.32.1
34
+ k8s.io/api v0.32.2
35
+ k8s.io/apiextensions-apiserver v0.32.2
36
+ k8s.io/apimachinery v0.32.2
37
+ k8s.io/client-go v0.32.2
38
38
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
39
- sigs.k8s.io/controller-runtime v0.20.1
39
+ sigs.k8s.io/controller-runtime v0.20.2
40
40
sigs.k8s.io/yaml v1.4.0
41
41
)
42
42
@@ -88,13 +88,14 @@ require (
88
88
github.com/jackc/pgx/v5 v5.7.1 // indirect
89
89
github.com/jackc/puddle/v2 v2.2.2 // indirect
90
90
github.com/x448/float16 v0.8.4 // indirect
91
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
91
92
golang.org/x/mod v0.22.0 // indirect
92
93
golang.org/x/tools v0.28.0 // indirect
93
94
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
94
95
)
95
96
96
97
require (
97
- cloud.google.com/go/auth v0.14.0 // indirect
98
+ cloud.google.com/go/auth v0.14.1 // indirect
98
99
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
99
100
github.com/Masterminds/goutils v1.1.1 // indirect
100
101
github.com/Masterminds/semver/v3 v3.3.0 // indirect
@@ -109,7 +110,7 @@ require (
109
110
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
110
111
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
111
112
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
112
- github.com/evanphx/json-patch/v5 v5.9.0 // indirect
113
+ github.com/evanphx/json-patch/v5 v5.9.11 // indirect
113
114
github.com/fatih/color v1.16.0 // indirect
114
115
github.com/felixge/httpsnoop v1.0.4 // indirect
115
116
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -190,23 +191,23 @@ require (
190
191
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
191
192
github.com/zclconf/go-cty v1.15.0 // indirect
192
193
go.mongodb.org/mongo-driver v1.14.0 // indirect
193
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54 .0 // indirect
194
- go.opentelemetry.io/otel v1.31 .0 // indirect
195
- go.opentelemetry.io/otel/metric v1.31 .0 // indirect
196
- go.opentelemetry.io/otel/trace v1.31 .0 // indirect
194
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58 .0 // indirect
195
+ go.opentelemetry.io/otel v1.34 .0 // indirect
196
+ go.opentelemetry.io/otel/metric v1.34 .0 // indirect
197
+ go.opentelemetry.io/otel/trace v1.34 .0 // indirect
197
198
go.uber.org/multierr v1.11.0 // indirect
198
199
go.uber.org/zap v1.27.0 // indirect
199
- golang.org/x/net v0.34 .0 // indirect
200
- golang.org/x/oauth2 v0.25 .0 // indirect
201
- golang.org/x/sync v0.10 .0 // indirect
202
- golang.org/x/sys v0.29 .0 // indirect
203
- golang.org/x/term v0.28 .0 // indirect
204
- golang.org/x/text v0.21 .0 // indirect
205
- golang.org/x/time v0.9 .0 // indirect
200
+ golang.org/x/net v0.35 .0 // indirect
201
+ golang.org/x/oauth2 v0.26 .0 // indirect
202
+ golang.org/x/sync v0.11 .0 // indirect
203
+ golang.org/x/sys v0.30 .0 // indirect
204
+ golang.org/x/term v0.29 .0 // indirect
205
+ golang.org/x/text v0.22 .0 // indirect
206
+ golang.org/x/time v0.10 .0 // indirect
206
207
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
207
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
208
- google.golang.org/grpc v1.69.4 // indirect
209
- google.golang.org/protobuf v1.36.3 // indirect
208
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
209
+ google.golang.org/grpc v1.70.0 // indirect
210
+ google.golang.org/protobuf v1.36.5 // indirect
210
211
gopkg.in/inf.v0 v0.9.1 // indirect
211
212
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
212
213
k8s.io/klog/v2 v2.130.1 // indirect
0 commit comments