stdlib: rename dagger.io/llb to dagger.io/dagger/op

Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
Solomon Hykes
2021-04-06 00:27:51 +00:00
parent 7fb90790f3
commit 6673ae69b3
26 changed files with 143 additions and 143 deletions

View File

@@ -2,7 +2,7 @@ package go
import (
"dagger.io/dagger"
"dagger.io/llb"
"dagger.io/dagger/op"
)
#Go: {
@@ -19,10 +19,10 @@ import (
env: [string]: string
#up: [
llb.#FetchContainer & {
op.#FetchContainer & {
ref: "docker.io/golang:\(version)-alpine"
},
llb.#Exec & {
op.#Exec & {
"args": ["go"] + args
"env": env
@@ -65,7 +65,7 @@ import (
env: [string]: string
#up: [
llb.#Copy & {
op.#Copy & {
from: #Go & {
"version": version
"source": source