f58ee5811b
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>
13 lines
129 B
CUE
13 lines
129 B
CUE
package testing
|
|
|
|
import (
|
|
"test.dagger.io/optional"
|
|
"alpha.dagger.io/dagger/op"
|
|
)
|
|
|
|
#up: [
|
|
op.#Load & {
|
|
from: optional
|
|
},
|
|
]
|