-
I am trying to implement a custom dependency fetcher. Given a I found a possible solution, but would like to confirm that it is safe and uses the API correctly:
In summary:
Is it safe to do this? Is there a better way? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
That should be fine. The better way would be to fix |
Beta Was this translation helpful? Give feedback.
-
This discussion has been migrated to cue-lang/cue#445. For more details about CUE's migration to a new home, please see cue-lang/cue#1078. |
Beta Was this translation helpful? Give feedback.
That should be fine. The better way would be to fix
cue.Build
so that it doesn't need an in-sync Imports anymore. All of the information is contained inFiles
.