Imports of package errors

PathSynopsis
cuelang.org/go/cue/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/mpvl/uniquePackage unique provides primitives for finding unique elements of types that implement sort.Interface.
golang.org/x/xerrorsPackage xerrors implements functions to manipulate errors.
ioPackage io provides basic interfaces to I/O primitives.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.