From ea6e3da5ef806be0b247b9fb3e8d0ceca6262a5c Mon Sep 17 00:00:00 2001 From: Joe Tsai Date: Mon, 9 Mar 2020 12:07:42 -0700 Subject: [PATCH] internal/testprotos/legacy: avoid direct dependency on github.com/golang/protobuf Change-Id: I42b17ae672a76d91ecbeeb2c12949002d7720524 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/222677 Reviewed-by: Damien Neil --- internal/testprotos/legacy/bug1052/bug1052.pb.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/testprotos/legacy/bug1052/bug1052.pb.go b/internal/testprotos/legacy/bug1052/bug1052.pb.go index 174e9d05..8906a8c1 100644 --- a/internal/testprotos/legacy/bug1052/bug1052.pb.go +++ b/internal/testprotos/legacy/bug1052/bug1052.pb.go @@ -11,8 +11,8 @@ import ( fmt "fmt" math "math" - proto "github.com/golang/protobuf/proto" - descriptor "github.com/golang/protobuf/protoc-gen-go/descriptor" + proto "google.golang.org/protobuf/internal/protolegacy" + descriptor "google.golang.org/protobuf/types/descriptorpb" ) // Reference imports to suppress errors if they are not otherwise used.