You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but version of ghcr.io/morlay/a already v0.1.0,
we have to change the version of ghcr.io/morlay/a in ghcr.io/morlay/b and ghcr.io/morlay/c, before publish.
So. may consider added optional version?: string in module.cue,
Thencue publish ./a could use the module and version form module.cue
And in the case above, cue publish ./a and cue publish ./c could resolve the correct version of ghcr.io/morlay/a.
Go's module system provides a
replace
directive to allow replacingone module by another module or by a module that is present in a local
directory.
CUE's modules should implement that too.
The text was updated successfully, but these errors were encountered: