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

Don't apply triage/needs-information on apimachinery and instrumentation PRs Kubernetes-commit: 54e20707225656d6f4eaa32236216b6830a5b107
21 lines
652 B
Modula-2
21 lines
652 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-20200716171716-e4973e079a11
|
|
k8s.io/apimachinery v0.0.0-20200725020816-b84716e65c7b
|
|
k8s.io/client-go v0.0.0-20200725051634-554373823da4
|
|
k8s.io/code-generator v0.0.0-20200725020816-f8b099915479
|
|
k8s.io/klog/v2 v2.2.0
|
|
)
|
|
|
|
replace (
|
|
k8s.io/api => k8s.io/api v0.0.0-20200716171716-e4973e079a11
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20200725020816-b84716e65c7b
|
|
k8s.io/client-go => k8s.io/client-go v0.0.0-20200725051634-554373823da4
|
|
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20200725020816-f8b099915479
|
|
)
|