Imports of package cueversion

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
golang.org/x/mod/modulePackage module defines the module.Version type along with support code.
mapsPackage maps defines various functions useful with maps of any type.
net/httpPackage http provides HTTP client and server implementations.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
runtime/debugPackage debug contains facilities for programs to debug themselves while they are running.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.