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/git/plan/git.cue
vendored
8
stdlib/.dagger/env/git/plan/git.cue
vendored
@@ -3,10 +3,10 @@ package git
|
||||
import (
|
||||
"strings"
|
||||
|
||||
"dagger.io/git"
|
||||
"dagger.io/alpine"
|
||||
"dagger.io/os"
|
||||
"dagger.io/dagger/op"
|
||||
"alpha.dagger.io/git"
|
||||
"alpha.dagger.io/alpine"
|
||||
"alpha.dagger.io/os"
|
||||
"alpha.dagger.io/dagger/op"
|
||||
)
|
||||
|
||||
repo: git.#Repository & {
|
||||
|
Reference in New Issue
Block a user