1
0
mirror of https://github.com/moby/buildkit.git synced 2025-07-14 12:20:59 +03:00

go fmt cache/blobs_nolinux.go

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2023-09-14 12:12:53 +09:00
parent c7e7f441ec
commit bf49911c11

View File

@ -6,8 +6,8 @@ package cache
import (
"context"
"github.com/moby/buildkit/util/compression"
"github.com/containerd/containerd/mount"
"github.com/moby/buildkit/util/compression"
ocispecs "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/pkg/errors"
)