mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-05-19 00:00:14 +08:00
Merge pull request #125922 from dims/update_otel_27
Update opentelemetry dependencies to the latest release (Take 2) Kubernetes-commit: 07cc20a7509e7322e6ebb04e60d8274f27d6fdd7
This commit is contained in:
@@ -6,10 +6,10 @@ go 1.22.0
|
||||
|
||||
require (
|
||||
golang.org/x/time v0.3.0
|
||||
k8s.io/api v0.0.0-20240630182222-e7b4471d3970
|
||||
k8s.io/apimachinery v0.0.0-20240706120253-f813d2809226
|
||||
k8s.io/client-go v0.0.0-20240630182625-ab86e03da476
|
||||
k8s.io/code-generator v0.0.0-20240629022749-633962a2fc25
|
||||
k8s.io/api v0.0.0-20240707022826-2cf4612580d3
|
||||
k8s.io/apimachinery v0.0.0-20240707022528-c1f240355706
|
||||
k8s.io/client-go v0.0.0-20240707023231-354ed1bc9f1f
|
||||
k8s.io/code-generator v0.0.0-20240707024104-3f99c9a4a5f4
|
||||
k8s.io/klog/v2 v2.130.1
|
||||
)
|
||||
|
||||
@@ -17,7 +17,7 @@ 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/fxamacker/cbor/v2 v2.7.0 // indirect
|
||||
github.com/go-logr/logr v1.4.1 // indirect
|
||||
github.com/go-logr/logr v1.4.2 // indirect
|
||||
github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
||||
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
||||
github.com/go-openapi/swag v0.22.4 // 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
|
||||
|
||||
Reference in New Issue
Block a user