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
f5ea2344
Commit
f5ea2344
authored
Apr 04, 2019
by
Jordan Liggitt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
generated
parent
86f29e21
Show whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
1 addition
and
45 deletions
+1
-45
go.mod
go.mod
+1
-1
go.mod
staging/src/k8s.io/api/go.mod
+0
-2
go.mod
staging/src/k8s.io/apiextensions-apiserver/go.mod
+0
-2
go.mod
staging/src/k8s.io/apimachinery/go.mod
+0
-2
go.mod
staging/src/k8s.io/apiserver/go.mod
+0
-2
go.mod
staging/src/k8s.io/cli-runtime/go.mod
+0
-2
go.mod
staging/src/k8s.io/client-go/go.mod
+0
-2
go.mod
staging/src/k8s.io/cloud-provider/go.mod
+0
-2
go.mod
staging/src/k8s.io/cluster-bootstrap/go.mod
+0
-2
go.mod
staging/src/k8s.io/code-generator/go.mod
+0
-2
go.mod
staging/src/k8s.io/component-base/go.mod
+0
-2
go.mod
staging/src/k8s.io/cri-api/go.mod
+0
-2
go.mod
staging/src/k8s.io/csi-translation-lib/go.mod
+0
-2
go.mod
staging/src/k8s.io/kube-aggregator/go.mod
+0
-2
go.mod
staging/src/k8s.io/kube-controller-manager/go.mod
+0
-2
go.mod
staging/src/k8s.io/kube-proxy/go.mod
+0
-2
go.mod
staging/src/k8s.io/kube-scheduler/go.mod
+0
-2
go.mod
staging/src/k8s.io/kubelet/go.mod
+0
-2
go.mod
staging/src/k8s.io/metrics/go.mod
+0
-2
go.mod
staging/src/k8s.io/node-api/go.mod
+0
-2
go.mod
staging/src/k8s.io/sample-apiserver/go.mod
+0
-2
go.mod
staging/src/k8s.io/sample-cli-plugin/go.mod
+0
-2
go.mod
staging/src/k8s.io/sample-controller/go.mod
+0
-2
No files found.
go.mod
View file @
f5ea2344
// This is a generated file.
// This is a generated file.
Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
...
...
staging/src/k8s.io/api/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/api
module k8s.io/api
...
...
staging/src/k8s.io/apiextensions-apiserver/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/apiextensions-apiserver
module k8s.io/apiextensions-apiserver
...
...
staging/src/k8s.io/apimachinery/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/apimachinery
module k8s.io/apimachinery
...
...
staging/src/k8s.io/apiserver/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/apiserver
module k8s.io/apiserver
...
...
staging/src/k8s.io/cli-runtime/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/cli-runtime
module k8s.io/cli-runtime
...
...
staging/src/k8s.io/client-go/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/client-go
module k8s.io/client-go
...
...
staging/src/k8s.io/cloud-provider/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/cloud-provider
module k8s.io/cloud-provider
...
...
staging/src/k8s.io/cluster-bootstrap/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/cluster-bootstrap
module k8s.io/cluster-bootstrap
...
...
staging/src/k8s.io/code-generator/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/code-generator
module k8s.io/code-generator
...
...
staging/src/k8s.io/component-base/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/component-base
module k8s.io/component-base
...
...
staging/src/k8s.io/cri-api/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/cri-api
module k8s.io/cri-api
...
...
staging/src/k8s.io/csi-translation-lib/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/csi-translation-lib
module k8s.io/csi-translation-lib
...
...
staging/src/k8s.io/kube-aggregator/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/kube-aggregator
module k8s.io/kube-aggregator
...
...
staging/src/k8s.io/kube-controller-manager/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/kube-controller-manager
module k8s.io/kube-controller-manager
...
...
staging/src/k8s.io/kube-proxy/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/kube-proxy
module k8s.io/kube-proxy
...
...
staging/src/k8s.io/kube-scheduler/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/kube-scheduler
module k8s.io/kube-scheduler
...
...
staging/src/k8s.io/kubelet/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/kubelet
module k8s.io/kubelet
...
...
staging/src/k8s.io/metrics/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/metrics
module k8s.io/metrics
...
...
staging/src/k8s.io/node-api/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/node-api
module k8s.io/node-api
...
...
staging/src/k8s.io/sample-apiserver/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/sample-apiserver
module k8s.io/sample-apiserver
...
...
staging/src/k8s.io/sample-cli-plugin/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/sample-cli-plugin
module k8s.io/sample-cli-plugin
...
...
staging/src/k8s.io/sample-controller/go.mod
View file @
f5ea2344
// This is a generated file. Do not edit directly.
// This is a generated file. Do not edit directly.
// Run hack/pin-dependency.sh to change pinned dependency versions.
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
module k8s.io/sample-controller
module k8s.io/sample-controller
...
...
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