Skip to content

Commit 1bbee57

Browse files
Kazuyoshi Katodims
authored andcommitted
github.com/golang/protobuf/proto is deprecated
Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 91c8fa4 commit 1bbee57

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ require (
2828
github.com/fsnotify/fsnotify v1.4.9
2929
github.com/gogo/googleapis v1.4.0
3030
github.com/gogo/protobuf v1.3.2
31-
github.com/golang/protobuf v1.4.3
3231
github.com/google/go-cmp v0.5.4
3332
github.com/google/uuid v1.2.0
3433
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
@@ -57,6 +56,7 @@ require (
5756
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
5857
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
5958
google.golang.org/grpc v1.38.0
59+
google.golang.org/protobuf v1.25.0
6060
gotest.tools/v3 v3.0.3
6161
k8s.io/api v0.20.6
6262
k8s.io/apimachinery v0.20.6

pkg/cri/server/container_update_resources_linux_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ import (
2020
"context"
2121
"testing"
2222

23-
"github.com/golang/protobuf/proto"
2423
runtimespec "github.com/opencontainers/runtime-spec/specs-go"
2524
"github.com/stretchr/testify/assert"
25+
"google.golang.org/protobuf/proto"
2626
runtime "k8s.io/cri-api/pkg/apis/runtime/v1alpha2"
2727
)
2828

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ github.com/gogo/protobuf/vanity/command
203203
# github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
204204
github.com/golang/groupcache/lru
205205
# github.com/golang/protobuf v1.4.3
206-
## explicit
207206
github.com/golang/protobuf/proto
208207
github.com/golang/protobuf/ptypes
209208
github.com/golang/protobuf/ptypes/any
@@ -448,6 +447,7 @@ google.golang.org/grpc/stats
448447
google.golang.org/grpc/status
449448
google.golang.org/grpc/tap
450449
# google.golang.org/protobuf v1.25.0
450+
## explicit
451451
google.golang.org/protobuf/encoding/prototext
452452
google.golang.org/protobuf/encoding/protowire
453453
google.golang.org/protobuf/internal/descfmt

0 commit comments

Comments
 (0)