Imports of package msgpack

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/vmihailenco/msgpack/v5
github.com/vmihailenco/msgpack/v5/msgpcode
github.com/zclconf/go-cty/ctyPackage cty (pronounced see-tie) provides some infrastructure for a type system that might be useful for applications that need to represent configuration values provided by the user whose types are not known at compile time, particularly if the calling application also allows such values to be used in expressions.
github.com/zclconf/go-cty/cty/convertPackage convert contains some routines for converting between cty types.
github.com/zclconf/go-cty/cty/ctystringsPackage ctystrings is a collection of string manipulation utilities which intend to help application developers implement string-manipulation functionality in a way that respects the cty model of strings, even when they are working in the realm of Go strings.
ioPackage io provides basic interfaces to I/O primitives.
mathPackage math provides basic constants and mathematical functions.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
sortPackage sort provides primitives for sorting slices and user-defined collections.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.