universe vendoring
Rather than injecting universe at runtime, this change will vendor alpha.dagger.io in `cue.mod` directly. Fixes #700 Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
module: "alpha.dagger.io/testing"
|
||||
module: "test.dagger.io/testing"
|
||||
|
@@ -1,7 +1,7 @@
|
||||
package testing
|
||||
|
||||
import (
|
||||
"alpha.dagger.io/nonoptional"
|
||||
"test.dagger.io/nonoptional"
|
||||
"alpha.dagger.io/dagger/op"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user