stdlib: move all imports to alpha.dagger.io
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
8
stdlib/.dagger/env/aws-ecr/plan/ecr.cue
vendored
8
stdlib/.dagger/env/aws-ecr/plan/ecr.cue
vendored
@@ -1,10 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"dagger.io/aws"
|
||||
"dagger.io/aws/ecr"
|
||||
"dagger.io/dagger/op"
|
||||
"dagger.io/random"
|
||||
"alpha.dagger.io/aws"
|
||||
"alpha.dagger.io/aws/ecr"
|
||||
"alpha.dagger.io/dagger/op"
|
||||
"alpha.dagger.io/random"
|
||||
)
|
||||
|
||||
TestConfig: awsConfig: aws.#Config & {
|
||||
|
Reference in New Issue
Block a user