-
Notifications
You must be signed in to change notification settings - Fork 29
[BUG] priv error #145
Copy link
Copy link
Closed
Labels
BugSomething isn't workingSomething isn't working
Description
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240717164558-a6c49f84cc0f.2 is ok
but
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240920164238-5a7b106cbb87.2
in this version raise not found "priv.." (i dont know the detail) error
buf.yaml
version: v2
modules:
- path: proto
lint:
use:
- STANDARD
breaking:
use:
- FILE
deps:
- buf.build/bufbuild/protovalidatebuf,gen.yaml
version: v2
managed:
enabled: true
override:
- file_option: go_package_prefix
value: github.com/vet1ments/grpcoauth/go
disable:
- file_option: go_package_prefix
module: buf.build/bufbuild/protovalidate
plugins:
- local: protoc-gen-grpclib_python # async stub
out: python
- remote: buf.build/protocolbuffers/python:v28.2
out: python
- remote: buf.build/protocolbuffers/pyi:v28.2
out: python
- remote: buf.build/grpc/python
out: python
- remote: buf.build/protocolbuffers/go:v1.34.2
out: go
opt: paths=source_relative
- remote: buf.build/connectrpc/go:latest
out: go
opt: paths=source_relative
- remote: buf.build/grpc/go
out: go
opt: paths=source_relative
inputs:
- directory: protoReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working