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

@@ -1,11 +1,11 @@
package testing
import "dagger.io/llb"
import "dagger.io/dagger/op"
foo: "value"
bar: "another value"
#up: [
llb.#FetchContainer & {ref: "busybox"},
llb.#Exec & {args: ["true"]},
op.#FetchContainer & {ref: "busybox"},
op.#Exec & {args: ["true"]},
]