Imports of package config

PathSynopsis
encodingPackage encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations.
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/util/resolver/config
github.com/pelletier/go-tomlPackage toml is a TOML parser and manipulation library.
github.com/pkg/errorsPackage errors provides simple error handling primitives.
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.