mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
run update-vendor.sh
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
This commit is contained in:
parent
c919139245
commit
33b0b6bce7
1
staging/src/k8s.io/component-base/go.mod
generated
1
staging/src/k8s.io/component-base/go.mod
generated
@ -6,6 +6,7 @@ go 1.12
|
||||
|
||||
require (
|
||||
github.com/spf13/pflag v1.0.1
|
||||
github.com/stretchr/testify v1.2.2
|
||||
k8s.io/apimachinery v0.0.0
|
||||
k8s.io/klog v0.3.0
|
||||
k8s.io/utils v0.0.0-20190221042446-c2654d5206da
|
||||
|
3
vendor/modules.txt
vendored
3
vendor/modules.txt
vendored
@ -1272,7 +1272,6 @@ k8s.io/apiserver/pkg/storage/value/encrypt/identity
|
||||
k8s.io/apiserver/pkg/storage/value/encrypt/secretbox
|
||||
k8s.io/apiserver/pkg/util/dryrun
|
||||
k8s.io/apiserver/pkg/util/feature
|
||||
k8s.io/apiserver/pkg/util/feature/testing
|
||||
k8s.io/apiserver/pkg/util/flushwriter
|
||||
k8s.io/apiserver/pkg/util/openapi
|
||||
k8s.io/apiserver/pkg/util/proxy
|
||||
@ -1549,6 +1548,8 @@ k8s.io/component-base/cli/globalflag
|
||||
k8s.io/component-base/config
|
||||
k8s.io/component-base/config/v1alpha1
|
||||
k8s.io/component-base/config/validation
|
||||
k8s.io/component-base/featuregate
|
||||
k8s.io/component-base/featuregate/testing
|
||||
k8s.io/component-base/logs
|
||||
# k8s.io/cri-api v0.0.0 => ./staging/src/k8s.io/cri-api
|
||||
k8s.io/cri-api/pkg/apis
|
||||
|
Loading…
Reference in New Issue
Block a user