mirror of
https://github.com/kubernetes/sample-controller.git
synced 2025-03-14 08:23:24 +08:00

Update gopkg.in/yaml.v2 to v2.2.7 Kubernetes-commit: 7f2128757b1aa2e83320d1f635fe8b2e7028542a
23 lines
869 B
Modula-2
23 lines
869 B
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/sample-controller
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
k8s.io/api v0.0.0-20200111153627-49d983e9bac5
|
|
k8s.io/apimachinery v0.0.0-20200111153451-51168acb8295
|
|
k8s.io/client-go v0.0.0-20200111153838-ea0a6e11838c
|
|
k8s.io/code-generator v0.0.0-20200111153314-3e153532b0d0
|
|
k8s.io/klog v1.0.0
|
|
)
|
|
|
|
replace (
|
|
golang.org/x/sys => golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // pinned to release-branch.go1.13
|
|
golang.org/x/tools => golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7 // pinned to release-branch.go1.13
|
|
k8s.io/api => k8s.io/api v0.0.0-20200111153627-49d983e9bac5
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20200111153451-51168acb8295
|
|
k8s.io/client-go => k8s.io/client-go v0.0.0-20200111153838-ea0a6e11838c
|
|
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20200111153314-3e153532b0d0
|
|
)
|