mirror of
https://github.com/kubernetes/sample-controller.git
synced 2025-01-31 17:02:52 +08:00
44e50f65ab
add newline to all staging repos Signed-off-by: Davanum Srinivas <davanum@gmail.com> Co-authored-by: Nikhita Raghunath <nikitaraghunath@gmail.com> Kubernetes-commit: 555623c07eabf22864f6147736fa191e020cca25
21 lines
653 B
Modula-2
21 lines
653 B
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/sample-controller
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
k8s.io/api v0.0.0-20211203085948-25b7aa9e86de
|
|
k8s.io/apimachinery v0.0.0-20211203013834-5f072755815a
|
|
k8s.io/client-go v0.0.0-20211203090726-d85d0d914a32
|
|
k8s.io/code-generator v0.0.0-20211203013834-993e1ce84bc9
|
|
k8s.io/klog/v2 v2.30.0
|
|
)
|
|
|
|
replace (
|
|
k8s.io/api => k8s.io/api v0.0.0-20211203085948-25b7aa9e86de
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20211203013834-5f072755815a
|
|
k8s.io/client-go => k8s.io/client-go v0.0.0-20211203090726-d85d0d914a32
|
|
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20211203013834-993e1ce84bc9
|
|
)
|