Imports of package instructions

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/go-unitsPackage units provides helper function to parse and print size and time units in human-readable format.
github.com/moby/buildkit/frontend/dockerfile/command
github.com/moby/buildkit/frontend/dockerfile/linter
github.com/moby/buildkit/frontend/dockerfile/parser
github.com/moby/buildkit/util/suggest
github.com/moby/docker-image-spec/specs-go/v1
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/tonistiigi/go-csvvaluePackage csvvalue provides an efficient parser for a single line CSV value.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
slicesPackage slices defines various functions useful with slices of any type.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.