mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-05-19 00:00:14 +08:00
Update to latest klog 0.4.0
47ffc4e Add test case for detecting data race 959d342 Prevent data race in SetOutput* methods 34123a4 Test with golang 1.12.x bf4884f Fix the log duplication issue for --log-file dc5546c Backfill integration tests for selecting log destinations baef93d fix broken links 07b218b Add go modules files b33ae69 Add flag to include file's dir in logs 7c58910 correct documentation a4033db Code Hygene - glog to klog 941d47b Revert "Fix the log duplication issue for --log-file." 314f6c4 Update godoc for the default value of logtostderr 7eb35e2 Fix the log duplication issue for --log-file. Kubernetes-commit: 9a2de95601641aa1077734c76fc24ebe7b6026db
This commit is contained in:
committed by
Kubernetes Publisher
parent
a52d0d8c67
commit
49c7e07bcf
@@ -5,11 +5,11 @@ module k8s.io/sample-controller
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
k8s.io/api v0.0.0-20190808180749-077ce48e77da
|
||||
k8s.io/apimachinery v0.0.0-20190808180622-ac5d3b819fc6
|
||||
k8s.io/client-go v0.0.0-20190808180953-396a06da3bd7
|
||||
k8s.io/code-generator v0.0.0-20190808180452-d0071a119380
|
||||
k8s.io/klog v0.3.1
|
||||
k8s.io/api v0.0.0
|
||||
k8s.io/apimachinery v0.0.0
|
||||
k8s.io/client-go v0.0.0
|
||||
k8s.io/code-generator v0.0.0
|
||||
k8s.io/klog v0.4.0
|
||||
)
|
||||
|
||||
replace (
|
||||
@@ -19,8 +19,9 @@ replace (
|
||||
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
|
||||
golang.org/x/text => golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db
|
||||
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
|
||||
k8s.io/api => k8s.io/api v0.0.0-20190808180749-077ce48e77da
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190808180622-ac5d3b819fc6
|
||||
k8s.io/client-go => k8s.io/client-go v0.0.0-20190808180953-396a06da3bd7
|
||||
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20190808180452-d0071a119380
|
||||
k8s.io/api => ../api
|
||||
k8s.io/apimachinery => ../apimachinery
|
||||
k8s.io/client-go => ../client-go
|
||||
k8s.io/code-generator => ../code-generator
|
||||
k8s.io/sample-controller => ../sample-controller
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user