errors on missing packages suggests project update

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones
2022-03-10 17:09:21 -07:00
parent 3e702626a4
commit 770be271f1
3 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
package main
import (
"dagger.io/daggggger" // intentionally misspelled to force error message
)
dagger.#Plan