bytes | Package bytes implements functions for the manipulation of byte slices. |
fmt | Package 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/cty | Package 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/convert | Package convert contains some routines for converting between cty types. |
github.com/zclconf/go-cty/cty/ctystrings | Package 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. |
io | Package io provides basic interfaces to I/O primitives. |
math | Package math provides basic constants and mathematical functions. |
math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |