Fix dependency linting

Kubernetes-commit: 34b9d115051a987442dfaf3bd12002c0843f8297
This commit is contained in:
Markus Thömmes
2020-10-19 11:33:30 +02:00
committed by Kubernetes Publisher
parent 605bdceafe
commit f3ff478f5a
2 changed files with 8 additions and 2 deletions

2
go.mod
View File

@@ -34,8 +34,6 @@ require (
)
replace (
github.com/Azure/go-autorest/autorest/mocks => github.com/Azure/go-autorest/autorest/mocks v0.4.0
golang.org/x/crypto => golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
k8s.io/api => ../api
k8s.io/apimachinery => ../apimachinery
k8s.io/client-go => ../client-go