mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-18 18:28:18 -05:00
Clean up gogo dependency tracking
This commit is contained in:
parent
b7567b980b
commit
a87068c685
3 changed files with 2 additions and 4 deletions
2
go.mod
2
go.mod
|
|
@ -31,7 +31,6 @@ require (
|
|||
github.com/go-logr/logr v1.4.3
|
||||
github.com/go-openapi/jsonreference v0.20.2
|
||||
github.com/godbus/dbus/v5 v5.1.0
|
||||
github.com/gogo/protobuf v1.3.2
|
||||
github.com/google/cadvisor v0.53.0
|
||||
github.com/google/cel-go v0.26.0
|
||||
github.com/google/gnostic-models v0.7.0
|
||||
|
|
@ -156,6 +155,7 @@ require (
|
|||
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
||||
github.com/go-openapi/swag v0.23.0 // indirect
|
||||
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
||||
github.com/gogo/protobuf v1.3.2 // indirect
|
||||
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
|
||||
github.com/golang/protobuf v1.5.4 // indirect
|
||||
github.com/google/btree v1.1.3 // indirect
|
||||
|
|
|
|||
|
|
@ -151,10 +151,8 @@
|
|||
"k8s.io/apiextensions-apiserver",
|
||||
"k8s.io/apimachinery",
|
||||
"k8s.io/apiserver",
|
||||
"k8s.io/client-go",
|
||||
"k8s.io/code-generator",
|
||||
"k8s.io/kube-aggregator",
|
||||
"k8s.io/kubernetes",
|
||||
"k8s.io/metrics"
|
||||
],
|
||||
"github.com/golang/groupcache": [
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ godebug default=go1.25
|
|||
|
||||
require (
|
||||
github.com/go-logr/logr v1.4.3
|
||||
github.com/gogo/protobuf v1.3.2
|
||||
github.com/google/gnostic-models v0.7.0
|
||||
github.com/google/go-cmp v0.7.0
|
||||
github.com/google/uuid v1.6.0
|
||||
|
|
@ -43,6 +42,7 @@ require (
|
|||
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
||||
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
||||
github.com/go-openapi/swag v0.23.0 // indirect
|
||||
github.com/gogo/protobuf v1.3.2 // indirect
|
||||
github.com/google/btree v1.1.3 // indirect
|
||||
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
|
||||
github.com/josharian/intern v1.0.0 // indirect
|
||||
|
|
|
|||
Loading…
Reference in a new issue