File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 71
71
"google.golang.org/appengine" : " cloud dependency" ,
72
72
"google.golang.org/genproto" : " refer to #113366" ,
73
73
"gopkg.in/fsnotify.v1" : " obsolete, use github.com/fsnotify/fsnotify" ,
74
+ "gopkg.in/yaml.v2" : " prefer sigs.k8s.io/yaml" ,
74
75
"k8s.io/klog" : " we have switched to klog v2, so avoid klog v1" ,
75
76
"rsc.io/quote" : " refer to #102833" ,
76
77
"rsc.io/sampler" : " refer to #102833" ,
234
235
" go.etcd.io/etcd/api/v3" ,
235
236
" go.etcd.io/etcd/client/v3" ,
236
237
" go.etcd.io/etcd/server/v3"
238
+ ],
239
+ "gopkg.in/yaml.v2" : [
240
+ " github.com/grpc-ecosystem/grpc-gateway" ,
241
+ " github.com/prometheus/client_golang" ,
242
+ " github.com/prometheus/common" ,
243
+ " go.etcd.io/etcd/api/v3" ,
244
+ " go.etcd.io/etcd/client/v3" ,
245
+ " go.etcd.io/etcd/server/v3"
237
246
]
238
247
},
239
248
"unwantedVendored" : [
You can’t perform that action at this time.
0 commit comments