mirror of
https://github.com/kubernetes/sample-controller.git
synced 2025-03-26 00:31:15 +08:00

[1.16] Update to json-patch 4.9.0 Kubernetes-commit: 35a8da66d5516aad90d1302396f06a83dc7f42c0
22 lines
726 B
Modula-2
22 lines
726 B
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/sample-controller
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
k8s.io/api v0.0.0-20200831051839-f197499901bd
|
|
k8s.io/apimachinery v0.0.0-20200831051605-f7929272bda3
|
|
k8s.io/client-go v0.0.0-20200831052244-78b06b51d5b4
|
|
k8s.io/code-generator v0.0.0-20200429001146-f5af5c5facff
|
|
k8s.io/klog v1.0.0
|
|
)
|
|
|
|
replace (
|
|
golang.org/x/tools => golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7
|
|
k8s.io/api => k8s.io/api v0.0.0-20200831051839-f197499901bd
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20200831051605-f7929272bda3
|
|
k8s.io/client-go => k8s.io/client-go v0.0.0-20200831052244-78b06b51d5b4
|
|
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20200429001146-f5af5c5facff
|
|
)
|