Imports of package lib

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/golang/protobuf/protoPackage proto provides functionality for handling protocol buffer messages.
github.com/google/gnostic/compilerPackage compiler provides support functions to generated compiler code.
github.com/google/gnostic/discovery
github.com/google/gnostic/jsonwriter
github.com/google/gnostic/openapiv2
github.com/google/gnostic/openapiv3
github.com/google/gnostic/plugins
github.com/google/gnostic/surface
gopkg.in/yaml.v3Package yaml implements YAML support for the Go language.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
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.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.