mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-07-15 00:00:09 +08:00
Merge pull request #125575 from dashpole/update_otel_27
Update opentelemetry dependencies to the latest release. Kubernetes-commit: 535e833aef9718d1a19a8f71b3a4639fc92aa855
This commit is contained in:
@@ -6,16 +6,16 @@ go 1.22.0
|
||||
|
||||
require (
|
||||
golang.org/x/time v0.3.0
|
||||
k8s.io/api v0.0.0-20240620180646-e09016fffd8e
|
||||
k8s.io/apimachinery v0.0.0-20240624224638-0e02b52b8933
|
||||
k8s.io/client-go v0.0.0-20240626062848-2923011bfdd9
|
||||
k8s.io/code-generator v0.0.0-20240626064229-1bfc2ba6ffb0
|
||||
k8s.io/api v0.0.0-20240626062051-8d690604aff5
|
||||
k8s.io/apimachinery v0.0.0-20240626061443-e3238d482de2
|
||||
k8s.io/client-go v0.0.0-20240626062852-430e755e85f4
|
||||
k8s.io/code-generator v0.0.0-20240626064229-cdfa7b06768f
|
||||
k8s.io/klog/v2 v2.130.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
||||
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
|
||||
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
|
||||
github.com/fxamacker/cbor/v2 v2.7.0-beta // indirect
|
||||
github.com/go-logr/logr v1.4.1 // indirect
|
||||
github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
||||
@@ -27,7 +27,7 @@ require (
|
||||
github.com/google/gnostic-models v0.6.8 // indirect
|
||||
github.com/google/go-cmp v0.6.0 // indirect
|
||||
github.com/google/gofuzz v1.2.0 // indirect
|
||||
github.com/google/uuid v1.3.1 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/imdario/mergo v0.3.6 // indirect
|
||||
github.com/josharian/intern v1.0.0 // indirect
|
||||
github.com/json-iterator/go v1.1.12 // indirect
|
||||
@@ -46,7 +46,7 @@ require (
|
||||
golang.org/x/term v0.20.0 // indirect
|
||||
golang.org/x/text v0.15.0 // indirect
|
||||
golang.org/x/tools v0.21.0 // indirect
|
||||
google.golang.org/protobuf v1.33.0 // indirect
|
||||
google.golang.org/protobuf v1.34.1 // indirect
|
||||
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
|
||||
gopkg.in/inf.v0 v0.9.1 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user