File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ github.com/gogo/protobuf/vanity/command
203203# github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
204204github.com/golang/groupcache/lru
205205# github.com/golang/protobuf v1.4.3
206- ## explicit
207206github.com/golang/protobuf/proto
208207github.com/golang/protobuf/ptypes
209208github.com/golang/protobuf/ptypes/any
@@ -448,6 +447,7 @@ google.golang.org/grpc/stats
448447google.golang.org/grpc/status
449448google.golang.org/grpc/tap
450449# google.golang.org/protobuf v1.25.0
450+ ## explicit
451451google.golang.org/protobuf/encoding/prototext
452452google.golang.org/protobuf/encoding/protowire
453453google.golang.org/protobuf/internal/descfmt
You can’t perform that action at this time.
0 commit comments