diff --git a/internal/impl/extension_test.go b/internal/impl/extension_test.go index d6353ed6..707cfeb7 100644 --- a/internal/impl/extension_test.go +++ b/internal/impl/extension_test.go @@ -8,9 +8,9 @@ import ( "fmt" "testing" - "github.com/golang/protobuf/proto" cmp "github.com/google/go-cmp/cmp" testpb "google.golang.org/protobuf/internal/testprotos/test" + "google.golang.org/protobuf/proto" pref "google.golang.org/protobuf/reflect/protoreflect" )