Problem
dagger project update, with no arguments, vendors the entire content of universe.dagger.io in ./cue.mod/pkg/. This causes surprise, confusion and frustration for our developers.
Solution
Modify dagger project update to 1) load the cue project, 2) scan its dependencies, and 3) vendor only the universe packages that are imported.
Problem
dagger project update, with no arguments, vendors the entire content ofuniverse.dagger.ioin./cue.mod/pkg/. This causes surprise, confusion and frustration for our developers.Solution
Modify
dagger project updateto 1) load the cue project, 2) scan its dependencies, and 3) vendor only the universe packages that are imported.