cue module is now dagger.io

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2021-02-17 13:21:41 -08:00
parent fef148f6c0
commit 3ab0563e80
14 changed files with 10 additions and 11 deletions

View File

@ -1 +0,0 @@
module: "acme.infralabs.io/acme"

View File

@ -3,7 +3,7 @@
package acme
import (
"dagger.cloud/dagger"
"dagger.io/dagger"
)
let alpine = {

View File

@ -1,6 +1,6 @@
package netlify
import "dagger.cloud/dagger"
import "dagger.io/dagger"
// A Netlify account
#Account: {

View File

@ -15,7 +15,7 @@ import (
var FS embed.FS
const (
stdlibPackageName = "dagger.cloud"
stdlibPackageName = "dagger.io"
)
func Overlay(prefixPath string) (map[string]cueload.Source, error) {

View File

@ -1,7 +1,7 @@
package yarn
import (
"dagger.cloud/dagger"
"dagger.io/dagger"
)
// Yarn Script

View File

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

View File

@ -1,7 +1,7 @@
package testing
import (
"dagger.cloud/def"
"dagger.io/def"
)
#dagger: {

View File

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

View File

@ -1,7 +1,7 @@
package testing
import (
"dagger.cloud/nonoptional"
"dagger.io/nonoptional"
)
#dagger: {

View File

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

View File

@ -1,7 +1,7 @@
package testing
import (
"dagger.cloud/optional"
"dagger.io/optional"
)
#dagger: {