encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/agext/levenshtein | |
github.com/apparentlymart/go-textseg/v13/textseg | |
github.com/hashicorp/hcl/v2 | Package hcl contains the main modelling types and general utility functions for HCL. |
github.com/hashicorp/hcl/v2/hclsyntax | Package hclsyntax contains the parser, AST, etc for HCL's native language, as opposed to the JSON variant. |
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. |
io/ioutil | Package ioutil implements some I/O utility functions. |
math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
os | Package os provides a platform-independent interface to operating system functionality. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |