mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-05-19 00:00:14 +08:00
run lint-dependencies and follow directions
Signed-off-by: Davanum Srinivas <davanum@gmail.com> Kubernetes-commit: 34742f2d2eebfc3ced8442f8579581705dcba38d
This commit is contained in:
committed by
Kubernetes Publisher
parent
2f083d1ba7
commit
46d98a3b66
@@ -45,7 +45,6 @@ require (
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
||||
golang.org/x/tools v0.1.12 // indirect
|
||||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
||||
google.golang.org/appengine v1.6.7 // indirect
|
||||
google.golang.org/protobuf v1.28.0 // indirect
|
||||
gopkg.in/inf.v0 v0.9.1 // indirect
|
||||
@@ -60,11 +59,6 @@ require (
|
||||
)
|
||||
|
||||
replace (
|
||||
github.com/yuin/goldmark => github.com/yuin/goldmark v1.4.1
|
||||
golang.org/x/mod => golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
|
||||
golang.org/x/net => golang.org/x/net v0.0.0-20220225172249-27dd8689420f
|
||||
golang.org/x/sync => golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
||||
golang.org/x/sys => golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
|
||||
k8s.io/api => ../api
|
||||
k8s.io/apimachinery => ../apimachinery
|
||||
k8s.io/client-go => ../client-go
|
||||
|
||||
Reference in New Issue
Block a user