Skip to content

Commit f6c617b

Browse files
fix(deps): update kubernetes packages to v0.33.0
1 parent 2adc680 commit f6c617b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

detectors/aws/eks/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ require (
66
github.com/stretchr/testify v1.10.0
77
go.opentelemetry.io/otel v1.35.0
88
go.opentelemetry.io/otel/sdk v1.35.0
9-
k8s.io/apimachinery v0.32.4
10-
k8s.io/client-go v0.32.4
9+
k8s.io/apimachinery v0.33.0
10+
k8s.io/client-go v0.33.0
1111
)
1212

1313
require (
@@ -48,7 +48,7 @@ require (
4848
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
4949
gopkg.in/inf.v0 v0.9.1 // indirect
5050
gopkg.in/yaml.v3 v3.0.1 // indirect
51-
k8s.io/api v0.32.4 // indirect
51+
k8s.io/api v0.33.0 // indirect
5252
k8s.io/klog/v2 v2.130.1 // indirect
5353
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
5454
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect

0 commit comments

Comments
 (0)