mirror of
https://github.com/kubernetes/sample-controller.git
synced 2025-01-19 16:12:52 +08:00
b60d4fc3c5
Bump Ginkgo to support building on riscv64 arch Kubernetes-commit: 4ff692861908697c530b6b8ba48a5eb442bd7ed7
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-20191220233527-5011a43dca10
|
|
k8s.io/apimachinery v0.0.0-20191220233347-c48e860b1320
|
|
k8s.io/client-go v0.0.0-20191220233752-31f4619a2737
|
|
k8s.io/code-generator v0.0.0-20191220033320-6b257a9d6f46
|
|
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-20191220233527-5011a43dca10
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20191220233347-c48e860b1320
|
|
k8s.io/client-go => k8s.io/client-go v0.0.0-20191220233752-31f4619a2737
|
|
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20191220033320-6b257a9d6f46
|
|
)
|