Imports of package hclwrite

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/apparentlymart/go-textseg/v13/textseg
github.com/google/go-cmp/cmpPackage cmp determines equality of values.
github.com/hashicorp/hcl/v2Package hcl contains the main modelling types and general utility functions for HCL.
github.com/hashicorp/hcl/v2/hclsyntaxPackage hclsyntax contains the parser, AST, etc for HCL's native language, as opposed to the JSON variant.
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.
ioPackage io provides basic interfaces to I/O primitives.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
sortPackage sort provides primitives for sorting slices and user-defined collections.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.