Closed yerkortiz closed 11 months ago
@yerkortiz this might be related to a very old import of googleapis/go-genproto
, could you check your dependency graph?
@TristonianJones for sure! In the project, there are three indirect dependencies of gen proto: google.golang.org/genproto/googleapis/rpc@v0.0.0-20230803162519-f966b187b2e5 (from cel-go) google.golang.org/genproto@v0.0.0-20200526211855-cb27e3aa2013 (from a private package) google.golang.org/genproto@v0.0.0-20211118181313-81c1377c94b1 (from github.com/grpc-ecosystem/grpc-gateway/v2@v2.7.0)
This issue is related to the warning here, right?
Yep, that's the exact issue that the warning is describing. I would hazard a guess that an update to a newer version gRPC and the private dependency will fix the issue
Describe the bug My project is unable to build after importing cel-go as a blank import.
To Reproduce Check which components this affects:
Sample expression and input that reproduces the issue:
Expected behavior Build the program as expected, the program builds correctly without importing cel-go.
Additional context This is the error message that I get when I am testing or running the program.
Versions Go 1.19 github.com/google/cel-go v0.18.2
I am unable to reproduce the error importing cel-go in other projects. Therefore, it can be a dependency issue, but I am unsure about which dependency is causing this behavior.