This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/tests/plan/do/missing_dependencies.cue
Richard Jones 770be271f1
errors on missing packages suggests project update
Signed-off-by: Richard Jones <richard@dagger.io>
2022-03-10 17:29:02 -07:00

8 lines
113 B
CUE

package main
import (
"dagger.io/daggggger" // intentionally misspelled to force error message
)
dagger.#Plan