diff -r db4911b0c721 -r 445e01aede7e vendor/google.golang.org/protobuf/reflect/protodesc/desc_resolve.go --- a/vendor/google.golang.org/protobuf/reflect/protodesc/desc_resolve.go Tue Aug 23 22:33:28 2022 +0200 +++ b/vendor/google.golang.org/protobuf/reflect/protodesc/desc_resolve.go Tue Aug 23 22:39:43 2022 +0200 @@ -155,9 +155,9 @@ // // Suppose the scope was "fizz.buzz" and the reference was "Foo.Bar", // then the following full names are searched: -// * fizz.buzz.Foo.Bar -// * fizz.Foo.Bar -// * Foo.Bar +// - fizz.buzz.Foo.Bar +// - fizz.Foo.Bar +// - Foo.Bar func (r *resolver) findDescriptor(scope protoreflect.FullName, ref partialName) (protoreflect.Descriptor, error) { if !ref.IsValid() { return nil, errors.New("invalid name reference: %q", ref)