Imports of package remotecontext

PathSynopsis
archive/tarPackage tar implements access to tar archives.
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/continuity/driver
github.com/containerd/logPackage log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger.
github.com/docker/docker/api/types/backendPackage backend includes types to send information to server backends.
github.com/docker/docker/builderPackage builder defines interfaces for any Docker builder to implement.
github.com/docker/docker/builder/remotecontext/git
github.com/docker/docker/builder/remotecontext/urlutilPackage urlutil provides helper function to check if a given build-context location should be considered a URL or a remote Git repository.
github.com/docker/docker/errdefsPackage errdefs defines a set of error interfaces that packages should use for communicating classes of errors.
github.com/docker/docker/internal/lazyregexpPackage lazyregexp is a thin wrapper over regexp, allowing the use of global regexp variables without forcing them to be compiled at init.
github.com/docker/docker/pkg/archivePackage archive provides helper functions for dealing with archive files.
github.com/docker/docker/pkg/chrootarchive
github.com/docker/docker/pkg/ioutils
github.com/docker/docker/pkg/longpathPackage longpath introduces some constants and helper functions for handling long paths in Windows.
github.com/docker/docker/pkg/poolsPackage pools provides a collection of pools which provide various data types with buffers.
github.com/docker/docker/pkg/system
github.com/docker/docker/pkg/tarsumPackage tarsum provides algorithms to perform checksum calculation on filesystem layers.
github.com/moby/buildkit/frontend/dockerfile/parserThe parser package implements a parser that transforms a raw byte-stream into a low-level Abstract Syntax Tree.
github.com/moby/patternmatcher
github.com/moby/patternmatcher/ignorefile
github.com/moby/sys/symlinkPackage symlink implements FollowSymlinkInScope which is an extension of path/filepath.EvalSymlinks, as well as a Windows long-path aware version of path/filepath.EvalSymlinks from the Go standard library.
github.com/pkg/errorsPackage errors provides simple error handling primitives.
hashPackage hash provides interfaces for hash functions.
ioPackage io provides basic interfaces to I/O primitives.
mimePackage mime implements parts of the MIME spec.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.