Replace protobuf dep flagged by linter as deprecated

This commit is contained in:
Katrina Verey
2022-03-29 18:28:22 -04:00
parent 14947e449b
commit 1567b96ed3
41 changed files with 73 additions and 97 deletions

View File

@@ -7,8 +7,8 @@ import (
"path/filepath"
"testing"
"github.com/golang/protobuf/proto"
openapi_v2 "github.com/google/gnostic/openapiv2"
"google.golang.org/protobuf/proto"
"k8s.io/kube-openapi/pkg/validation/spec"
"sigs.k8s.io/kustomize/kyaml/openapi/kubernetesapi"
"sigs.k8s.io/kustomize/kyaml/openapi/kubernetesapi/v1218pb"