Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
33b0b6bc
Commit
33b0b6bc
authored
May 03, 2019
by
Andrew Sy Kim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
run update-vendor.sh
Signed-off-by:
Andrew Sy Kim
<
kiman@vmware.com
>
parent
c9191392
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
go.mod
staging/src/k8s.io/component-base/go.mod
+1
-0
modules.txt
vendor/modules.txt
+2
-1
No files found.
staging/src/k8s.io/component-base/go.mod
View file @
33b0b6bc
...
@@ -6,6 +6,7 @@ go 1.12
...
@@ -6,6 +6,7 @@ go 1.12
require (
require (
github.com/spf13/pflag v1.0.1
github.com/spf13/pflag v1.0.1
github.com/stretchr/testify v1.2.2
k8s.io/apimachinery v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/klog v0.3.0
k8s.io/klog v0.3.0
k8s.io/utils v0.0.0-20190221042446-c2654d5206da
k8s.io/utils v0.0.0-20190221042446-c2654d5206da
...
...
vendor/modules.txt
View file @
33b0b6bc
...
@@ -1272,7 +1272,6 @@ k8s.io/apiserver/pkg/storage/value/encrypt/identity
...
@@ -1272,7 +1272,6 @@ k8s.io/apiserver/pkg/storage/value/encrypt/identity
k8s.io/apiserver/pkg/storage/value/encrypt/secretbox
k8s.io/apiserver/pkg/storage/value/encrypt/secretbox
k8s.io/apiserver/pkg/util/dryrun
k8s.io/apiserver/pkg/util/dryrun
k8s.io/apiserver/pkg/util/feature
k8s.io/apiserver/pkg/util/feature
k8s.io/apiserver/pkg/util/feature/testing
k8s.io/apiserver/pkg/util/flushwriter
k8s.io/apiserver/pkg/util/flushwriter
k8s.io/apiserver/pkg/util/openapi
k8s.io/apiserver/pkg/util/openapi
k8s.io/apiserver/pkg/util/proxy
k8s.io/apiserver/pkg/util/proxy
...
@@ -1549,6 +1548,8 @@ k8s.io/component-base/cli/globalflag
...
@@ -1549,6 +1548,8 @@ k8s.io/component-base/cli/globalflag
k8s.io/component-base/config
k8s.io/component-base/config
k8s.io/component-base/config/v1alpha1
k8s.io/component-base/config/v1alpha1
k8s.io/component-base/config/validation
k8s.io/component-base/config/validation
k8s.io/component-base/featuregate
k8s.io/component-base/featuregate/testing
k8s.io/component-base/logs
k8s.io/component-base/logs
# k8s.io/cri-api v0.0.0 => ./staging/src/k8s.io/cri-api
# k8s.io/cri-api v0.0.0 => ./staging/src/k8s.io/cri-api
k8s.io/cri-api/pkg/apis
k8s.io/cri-api/pkg/apis
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment