Fix staticcheck in k8s.io/client-go/discovery

Kubernetes-commit: dc16cf42852e25a70e1062b51b23c990f7f40c8a
This commit is contained in:
tiloso 2021-03-25 22:29:37 +01:00 committed by Kubernetes Publisher
parent eaeb6e789c
commit 4820b53777

View File

@ -26,6 +26,7 @@ import (
"sync"
"time"
//lint:ignore SA1019 Keep using module since it's still being maintained and the api of google.golang.org/protobuf/proto differs
"github.com/golang/protobuf/proto"
openapi_v2 "github.com/googleapis/gnostic/openapiv2"