mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-05-19 00:00:14 +08:00
Merge pull request #81752 from dims/hack-pick-up-test-go-files-in-verify-import-boss
Pick up *_test.go in verify-import-boss Kubernetes-commit: 448049927b7b66d3b539f228ed6eac59430ea70b
This commit is contained in:
@@ -5,10 +5,10 @@ module k8s.io/sample-controller
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
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/api v0.0.0-20190820101039-d651a1528133
|
||||
k8s.io/apimachinery v0.0.0-20190826114657-e31a5531b558
|
||||
k8s.io/client-go v0.0.0-20190826115323-cc5a7c7149a7
|
||||
k8s.io/code-generator v0.0.0-20190826114438-f795916aae3f
|
||||
k8s.io/klog v0.4.0
|
||||
)
|
||||
|
||||
@@ -17,9 +17,8 @@ replace (
|
||||
golang.org/x/sync => golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
|
||||
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
|
||||
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
|
||||
k8s.io/api => k8s.io/api v0.0.0-20190820101039-d651a1528133
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190826114657-e31a5531b558
|
||||
k8s.io/client-go => k8s.io/client-go v0.0.0-20190826115323-cc5a7c7149a7
|
||||
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20190826114438-f795916aae3f
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user