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 package acme
import ( import (
"dagger.cloud/dagger" "dagger.io/dagger"
) )
let alpine = { let alpine = {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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