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,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