How to use go mod tidy
with go_deps
when working with .proto
files?
#1827
-
Hello, I have a question about how to use the So I have a bzlmod project where I use
Now, I'm confused how this problem can be solved because I would rather not precompile the proto files into my source tree (which would then make it work). I assume I could also add a Does anyone see what I'm doing wrong here or have an idea how to work with that correctly? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I found a discussion in rules_go that suggests to use:
To ignore errors and continue trying to update the go.mod file. |
Beta Was this translation helpful? Give feedback.
I found a discussion in rules_go that suggests to use:
To ignore errors and continue trying to update the go.mod file.
Source: bazel-contrib/rules_go#4104 (comment)