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/apparentlymart/go-textseg/v15/textseg | |
github.com/google/go-cmp/cmp | |
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 | |
io | Package io provides basic interfaces to I/O primitives. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |