context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
github.com/docker/buildx/driver | |
github.com/docker/buildx/driver/kubernetes/context | |
github.com/docker/buildx/store | |
github.com/docker/buildx/store/storeutil | |
github.com/docker/buildx/util/dockerutil | |
github.com/docker/buildx/util/imagetools | |
github.com/docker/buildx/util/platformutil | |
github.com/docker/buildx/util/progress | |
github.com/docker/cli/cli/command | |
github.com/moby/buildkit/client | |
github.com/moby/buildkit/util/grpcerrors | |
github.com/moby/buildkit/util/progress/progressui | |
github.com/opencontainers/image-spec/specs-go/v1 | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
golang.org/x/sync/errgroup | Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task. |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
os | Package os provides a platform-independent interface to operating system functionality. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |