diff --git a/stdlib/docker/tests/command-host/command.cue b/stdlib/docker/tests/command-host/command.cue index a673a0ff..043eb44c 100644 --- a/stdlib/docker/tests/command-host/command.cue +++ b/stdlib/docker/tests/command-host/command.cue @@ -1,9 +1,5 @@ package docker -import ( - "alpha.dagger.io/dagger" -) - TestConfig: { host: string @dagger(input) } diff --git a/stdlib/docker/tests/run-host/simple.cue b/stdlib/docker/tests/run-host/simple.cue index ad9e4294..98dc7add 100644 --- a/stdlib/docker/tests/run-host/simple.cue +++ b/stdlib/docker/tests/run-host/simple.cue @@ -1,7 +1,6 @@ package docker import ( - "alpha.dagger.io/dagger" "alpha.dagger.io/random" )