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

@@ -2,9 +2,9 @@
package aws
import (
"dagger.io/dagger"
"dagger.io/dagger/op"
"dagger.io/alpine"
"alpha.dagger.io/dagger"
"alpha.dagger.io/dagger/op"
"alpha.dagger.io/alpine"
)
// AWS Config shared by all AWS packages

View File

@@ -4,8 +4,8 @@ package cloudformation
import (
"encoding/json"
"dagger.io/dagger/op"
"dagger.io/aws"
"alpha.dagger.io/dagger/op"
"alpha.dagger.io/aws"
)
// AWS CloudFormation Stack

View File

@@ -2,8 +2,8 @@
package ecr
import (
"dagger.io/aws"
"dagger.io/os"
"alpha.dagger.io/aws"
"alpha.dagger.io/os"
)
// Convert ECR credentials to Docker Login format

View File

@@ -2,7 +2,7 @@
package ecs
import (
"dagger.io/aws"
"alpha.dagger.io/aws"
)
// Task implements ecs run-task for running a single container on ECS

View File

@@ -2,8 +2,8 @@
package eks
import (
"dagger.io/dagger/op"
"dagger.io/aws"
"alpha.dagger.io/dagger/op"
"alpha.dagger.io/aws"
)
// KubeConfig config outputs a valid kube-auth-config for kubectl client

View File

@@ -2,8 +2,8 @@
package elb
import (
"dagger.io/dagger/op"
"dagger.io/aws"
"alpha.dagger.io/dagger/op"
"alpha.dagger.io/aws"
)
// Returns an unused rule priority (randomized in available range)

View File

@@ -2,9 +2,9 @@
package rds
import (
"dagger.io/dagger/op"
"alpha.dagger.io/dagger/op"
"encoding/json"
"dagger.io/aws"
"alpha.dagger.io/aws"
)
// Creates a new Database on an existing RDS Instance

View File

@@ -2,9 +2,9 @@
package s3
import (
"dagger.io/dagger"
"dagger.io/dagger/op"
"dagger.io/aws"
"alpha.dagger.io/dagger"
"alpha.dagger.io/dagger/op"
"alpha.dagger.io/aws"
)
// S3 Bucket object(s) sync