Imports of package confutil

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/randPackage rand implements a cryptographically secure random number generator.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
github.com/docker/cli/cli/command
github.com/pelletier/go-tomlPackage toml is a TOML parser and manipulation library.
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/sirupsen/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
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.
strconvPackage strconv implements conversions to and from string representations of basic data types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.