stdlib: move all imports to alpha.dagger.io
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package a
|
||||
|
||||
import "dagger.io/dagger/op"
|
||||
import "alpha.dagger.io/dagger/op"
|
||||
|
||||
exp: {
|
||||
string
|
||||
|
@@ -1,6 +1,6 @@
|
||||
package b
|
||||
|
||||
import "dagger.io/dagger/op"
|
||||
import "alpha.dagger.io/dagger/op"
|
||||
|
||||
exp: {
|
||||
string
|
||||
|
@@ -1 +1 @@
|
||||
module: "dagger.io/test"
|
||||
module: "alpha.dagger.io/test"
|
||||
|
Reference in New Issue
Block a user