mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-08-03 00:00:02 +08:00
Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.0
Kubernetes-commit: c6673d2346c814ddb4629c569bdc659ffa0c583f
This commit is contained in:
committed by
Kubernetes Publisher
parent
59106b762c
commit
b9c9052725
@@ -6,10 +6,10 @@ go 1.22.0
|
||||
|
||||
require (
|
||||
golang.org/x/time v0.3.0
|
||||
k8s.io/api v0.0.0-20240301204737-cd36300dc819
|
||||
k8s.io/apimachinery v0.0.0-20240301204447-c9969982b5df
|
||||
k8s.io/client-go v0.0.0-20240301205136-1bed3f14c117
|
||||
k8s.io/code-generator v0.0.0-20240301205840-f8417dff616b
|
||||
k8s.io/api v0.0.0-20240306165540-05aa4bceed70
|
||||
k8s.io/apimachinery v0.0.0-20240306164812-cbfe0a1feaa5
|
||||
k8s.io/client-go v0.0.0-20240306170515-0cdc0ce850af
|
||||
k8s.io/code-generator v0.0.0-20240306171749-c9df80eb5e54
|
||||
k8s.io/klog/v2 v2.120.1
|
||||
)
|
||||
|
||||
@@ -23,7 +23,7 @@ require (
|
||||
github.com/go-openapi/swag v0.22.3 // indirect
|
||||
github.com/gogo/protobuf v1.3.2 // indirect
|
||||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
||||
github.com/golang/protobuf v1.5.3 // indirect
|
||||
github.com/golang/protobuf v1.5.4 // indirect
|
||||
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
|
||||
@@ -45,7 +45,7 @@ require (
|
||||
golang.org/x/text v0.14.0 // indirect
|
||||
golang.org/x/tools v0.18.0 // indirect
|
||||
google.golang.org/appengine v1.6.7 // indirect
|
||||
google.golang.org/protobuf v1.31.0 // indirect
|
||||
google.golang.org/protobuf v1.33.0 // indirect
|
||||
gopkg.in/inf.v0 v0.9.1 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
@@ -56,10 +56,3 @@ require (
|
||||
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
|
||||
sigs.k8s.io/yaml v1.3.0 // indirect
|
||||
)
|
||||
|
||||
replace (
|
||||
k8s.io/api => k8s.io/api v0.0.0-20240301204737-cd36300dc819
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20240301204447-c9969982b5df
|
||||
k8s.io/client-go => k8s.io/client-go v0.0.0-20240301205136-1bed3f14c117
|
||||
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20240301205840-f8417dff616b
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user