github.com/golang/protobuf/proto is deprecated

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
Kazuyoshi Kato
2021-06-16 12:17:18 -07:00
committed by Davanum Srinivas
parent 91c8fa4529
commit 1bbee573af
3 changed files with 3 additions and 3 deletions

View File

@@ -20,9 +20,9 @@ import (
"context"
"testing"
"github.com/golang/protobuf/proto"
runtimespec "github.com/opencontainers/runtime-spec/specs-go"
"github.com/stretchr/testify/assert"
"google.golang.org/protobuf/proto"
runtime "k8s.io/cri-api/pkg/apis/runtime/v1alpha2"
)