mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 04:36:00 +00:00
Merge pull request #128580 from jpbetz/bump-kube-openapi
Bump kube-openapi to latest
This commit is contained in:
@@ -71,6 +71,7 @@
|
||||
"google.golang.org/appengine": "cloud dependency",
|
||||
"google.golang.org/genproto": "refer to #113366",
|
||||
"gopkg.in/fsnotify.v1": "obsolete, use github.com/fsnotify/fsnotify",
|
||||
"gopkg.in/yaml.v2": "prefer sigs.k8s.io/yaml",
|
||||
"k8s.io/klog": "we have switched to klog v2, so avoid klog v1",
|
||||
"rsc.io/quote": "refer to #102833",
|
||||
"rsc.io/sampler": "refer to #102833"
|
||||
@@ -194,6 +195,14 @@
|
||||
"go.etcd.io/etcd/api/v3",
|
||||
"go.etcd.io/etcd/client/v3",
|
||||
"go.etcd.io/etcd/server/v3"
|
||||
],
|
||||
"gopkg.in/yaml.v2": [
|
||||
"github.com/grpc-ecosystem/grpc-gateway",
|
||||
"github.com/prometheus/client_golang",
|
||||
"github.com/prometheus/common",
|
||||
"go.etcd.io/etcd/api/v3",
|
||||
"go.etcd.io/etcd/client/v3",
|
||||
"go.etcd.io/etcd/server/v3"
|
||||
]
|
||||
},
|
||||
"unwantedVendored": [
|
||||
|
Reference in New Issue
Block a user