stdlib: move all imports to alpha.dagger.io

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes
2021-06-23 14:31:42 +00:00
parent aa6335246b
commit d7a805f42b
168 changed files with 412 additions and 312 deletions

View File

@@ -69,8 +69,8 @@ setup() {
ln -s "$TESTDIR"/cli/packages "$DAGGER_WORKSPACE"/plan
"$DAGGER" new "a" --module "$DAGGER_WORKSPACE"/plan --package dagger.io/test/a
"$DAGGER" new "b" --module "$DAGGER_WORKSPACE"/plan --package dagger.io/test/b
"$DAGGER" new "a" --module "$DAGGER_WORKSPACE"/plan --package alpha.dagger.io/test/a
"$DAGGER" new "b" --module "$DAGGER_WORKSPACE"/plan --package alpha.dagger.io/test/b
"$DAGGER" up -e "a"
"$DAGGER" up -e "b"

View File

@@ -1,8 +1,8 @@
package testing
import (
"dagger.io/dagger/op"
"dagger.io/dagger"
"alpha.dagger.io/dagger/op"
"alpha.dagger.io/dagger"
)
source: dagger.#Artifact

View File

@@ -1,8 +1,8 @@
package testing
import (
"dagger.io/dagger/op"
"dagger.io/dagger"
"alpha.dagger.io/dagger/op"
"alpha.dagger.io/dagger"
)
source: dagger.#Artifact

View File

@@ -1,8 +1,8 @@
package main
import (
"dagger.io/dagger"
"dagger.io/aws"
"alpha.dagger.io/dagger"
"alpha.dagger.io/aws"
)
awsConfig: aws.#Config & {

View File

@@ -1,7 +1,7 @@
package main
import (
"dagger.io/dagger"
"alpha.dagger.io/dagger"
)
#A: {

View File

@@ -1,6 +1,6 @@
package a
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
exp: {
string

View File

@@ -1,6 +1,6 @@
package b
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
exp: {
string

View File

@@ -1 +1 @@
module: "dagger.io/test"
module: "alpha.dagger.io/test"

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
foo: "value"
bar: "another value"

View File

@@ -1,8 +1,8 @@
package main
import (
"dagger.io/dagger/op"
"dagger.io/docker"
"alpha.dagger.io/dagger/op"
"alpha.dagger.io/docker"
)
TestDockerSocket: #up: [

View File

@@ -1,9 +1,9 @@
package testing
import (
"dagger.io/alpine"
"dagger.io/dagger"
"dagger.io/dagger/op"
"alpha.dagger.io/alpine"
"alpha.dagger.io/dagger"
"alpha.dagger.io/dagger/op"
)
TestData: dagger.#Artifact

View File

@@ -1,9 +1,9 @@
package testing
import (
"dagger.io/dagger"
"dagger.io/dagger/op"
"dagger.io/alpine"
"alpha.dagger.io/dagger"
"alpha.dagger.io/dagger/op"
"alpha.dagger.io/alpine"
)
mySecret: dagger.#Secret

View File

@@ -1,8 +1,8 @@
package testing
import (
"dagger.io/dagger/op"
"dagger.io/alpine"
"alpha.dagger.io/dagger/op"
"alpha.dagger.io/alpine"
)
mySecret: dagger.#Secret

View File

@@ -1,9 +1,9 @@
package testing
import (
"dagger.io/dagger"
"dagger.io/dagger/op"
"dagger.io/alpine"
"alpha.dagger.io/dagger"
"alpha.dagger.io/dagger/op"
"alpha.dagger.io/alpine"
)
mySecret: dagger.#Secret

View File

@@ -1,8 +1,8 @@
package main
import (
"dagger.io/alpine"
"dagger.io/dagger/op"
"alpha.dagger.io/alpine"
"alpha.dagger.io/dagger/op"
)
rand: {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestCacheCopyLoadAlpine: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestComponent: #up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestScriptCopy: {
string

View File

@@ -1,8 +1,8 @@
package testing
import (
"dagger.io/dagger"
"dagger.io/dagger/op"
"alpha.dagger.io/dagger"
"alpha.dagger.io/dagger/op"
)
// Set to `--input-dir=./tests/dockerbuild/testdata`

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
bar: string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
hello: "world"
bar: string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
hello: "world"
bar: string

View File

@@ -1 +1 @@
module: "dagger.io/testing"
module: "alpha.dagger.io/testing"

View File

@@ -1,8 +1,8 @@
package testing
import (
"dagger.io/dagger/op"
"dagger.io/def"
"alpha.dagger.io/dagger/op"
"alpha.dagger.io/def"
)
#up: [

View File

@@ -1 +1 @@
module: "dagger.io/testing"
module: "alpha.dagger.io/testing"

View File

@@ -1,8 +1,8 @@
package testing
import (
"dagger.io/nonoptional"
"dagger.io/dagger/op"
"alpha.dagger.io/nonoptional"
"alpha.dagger.io/dagger/op"
)
#up: [

View File

@@ -1 +1 @@
module: "dagger.io/testing"
module: "alpha.dagger.io/testing"

View File

@@ -1,8 +1,8 @@
package testing
import (
"dagger.io/optional"
"dagger.io/dagger/op"
"alpha.dagger.io/optional"
"alpha.dagger.io/dagger/op"
)
#up: [

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportBool: {
bool

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportConcurrency1: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportFloat: {
float

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportInvalidFormat: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportInvalidValidation: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportScalar: {
bool

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportNumber: {
number

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportString: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportStringValidation: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportScalar: {
bool

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestBusybox1: #up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
// XXX WATCHOUT
// Once buildkit has pulled that digest, it will stay cached and happily succeed WHATEVER the image name then is

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchGit & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
repo1: #up: [
op.#FetchGit & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchGit & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchGit & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchGit & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchGit & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
test1: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestComponent: #up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
test: {
string

View File

@@ -1,7 +1,7 @@
package testing
import (
"dagger.io/dagger/op"
"alpha.dagger.io/dagger/op"
)
TestMountCache: {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
test: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestInvalidMountPath: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestMountTmpfs: {
string

View File

@@ -1,9 +1,9 @@
package main
import (
"dagger.io/dagger/op"
"dagger.io/alpine"
"dagger.io/random"
"alpha.dagger.io/dagger/op"
"alpha.dagger.io/alpine"
"alpha.dagger.io/random"
)
registry: {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestInvalidExecSubdir: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestInvalidPathSubdir: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#TestContainer: #up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestSimpleSubdir: {
string

View File

@@ -1,11 +1,11 @@
package main
import (
"dagger.io/dagger"
"dagger.io/dagger/op"
"dagger.io/alpine"
"dagger.io/docker"
"dagger.io/random"
"alpha.dagger.io/dagger"
"alpha.dagger.io/dagger/op"
"alpha.dagger.io/alpine"
"alpha.dagger.io/docker"
"alpha.dagger.io/random"
)
source: dagger.#Artifact