File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
instrumentation/k8s.io/client-go/splunkclient-go Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ require (
7
7
github.com/stretchr/testify v1.10.0
8
8
go.opentelemetry.io/otel v1.36.0
9
9
go.opentelemetry.io/otel/trace v1.36.0
10
- k8s.io/apimachinery v0.32.3
11
- k8s.io/client-go v0.32.3
10
+ k8s.io/apimachinery v0.33.1
11
+ k8s.io/client-go v0.33.1
12
12
)
13
13
14
14
require (
@@ -47,7 +47,7 @@ require (
47
47
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
48
48
gopkg.in/inf.v0 v0.9.1 // indirect
49
49
gopkg.in/yaml.v3 v3.0.1 // indirect
50
- k8s.io/api v0.32.3 // indirect
50
+ k8s.io/api v0.33.1 // indirect
51
51
k8s.io/klog/v2 v2.130.1 // indirect
52
52
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
53
53
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979 // indirect
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ require (
25
25
golang.org/x/text v0.25.0 // indirect
26
26
golang.org/x/time v0.11.0 // indirect
27
27
gopkg.in/yaml.v3 v3.0.1 // indirect
28
- k8s.io/apimachinery v0.32.3 // indirect
29
- k8s.io/client-go v0.32.3 // indirect
28
+ k8s.io/apimachinery v0.33.1 // indirect
29
+ k8s.io/client-go v0.33.1 // indirect
30
30
k8s.io/klog/v2 v2.130.1 // indirect
31
31
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979 // indirect
32
32
)
You can’t perform that action at this time.
0 commit comments