Replies: 1 comment
-
I just ran into this issue again. It would be really nice if the default behavior was to use the value in cue.mod module as the package root, followed by the relative path to the imported protobuf file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I convert protobuf to cue using cue import, any protobuf files that have imports result in a cue import path that looks like this:
import "googleapis.com/[directory]".
googleapis.com is not the correct module, and the directory is not the full correct path either.Is there a way to get this to generate correctly?
Beta Was this translation helpful? Give feedback.
All reactions