From da054231d216ecf1d212697a286903d619800b08 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 15 Dec 2021 10:33:53 -0700 Subject: [PATCH] updated imports to europa/dagger Signed-off-by: Richard Jones --- tests/plan/context/services/incomplete_service.cue | 2 +- tests/plan/context/services/incomplete_unix.cue | 2 +- tests/plan/context/services/invalid_schema.cue | 2 +- tests/plan/context/services/invalid_value.cue | 2 +- tests/plan/context/services/unix.cue | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/plan/context/services/incomplete_service.cue b/tests/plan/context/services/incomplete_service.cue index 44bb7507..33adbc79 100644 --- a/tests/plan/context/services/incomplete_service.cue +++ b/tests/plan/context/services/incomplete_service.cue @@ -1,7 +1,7 @@ package main import ( - "alpha.dagger.io/dagger/engine" + "alpha.dagger.io/europa/dagger/engine" "alpha.dagger.io/dagger/op" "alpha.dagger.io/alpine" ) diff --git a/tests/plan/context/services/incomplete_unix.cue b/tests/plan/context/services/incomplete_unix.cue index 3481f714..379dc8bc 100644 --- a/tests/plan/context/services/incomplete_unix.cue +++ b/tests/plan/context/services/incomplete_unix.cue @@ -1,7 +1,7 @@ package main import ( - "alpha.dagger.io/dagger/engine" + "alpha.dagger.io/europa/dagger/engine" "alpha.dagger.io/dagger/op" "alpha.dagger.io/alpine" ) diff --git a/tests/plan/context/services/invalid_schema.cue b/tests/plan/context/services/invalid_schema.cue index 1df44e38..bf19f9d2 100644 --- a/tests/plan/context/services/invalid_schema.cue +++ b/tests/plan/context/services/invalid_schema.cue @@ -1,7 +1,7 @@ package main import ( - "alpha.dagger.io/dagger/engine" + "alpha.dagger.io/europa/dagger/engine" "alpha.dagger.io/dagger/op" "alpha.dagger.io/alpine" ) diff --git a/tests/plan/context/services/invalid_value.cue b/tests/plan/context/services/invalid_value.cue index b255408d..1dcba88c 100644 --- a/tests/plan/context/services/invalid_value.cue +++ b/tests/plan/context/services/invalid_value.cue @@ -1,7 +1,7 @@ package main import ( - "alpha.dagger.io/dagger/engine" + "alpha.dagger.io/europa/dagger/engine" "alpha.dagger.io/dagger/op" "alpha.dagger.io/alpine" ) diff --git a/tests/plan/context/services/unix.cue b/tests/plan/context/services/unix.cue index f6283ee3..3e1fc723 100644 --- a/tests/plan/context/services/unix.cue +++ b/tests/plan/context/services/unix.cue @@ -1,7 +1,7 @@ package main import ( - "alpha.dagger.io/dagger/engine" + "alpha.dagger.io/europa/dagger/engine" "alpha.dagger.io/dagger/op" "alpha.dagger.io/alpine" )