bytes | Package bytes implements functions for the manipulation of byte slices. |
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/hashicorp/hcl/v2 | Package hcl contains the main modelling types and general utility functions for HCL. |
github.com/hashicorp/hcl/v2/ext/userfunc | Package userfunc implements a HCL extension that allows user-defined functions in HCL configuration. |
github.com/hashicorp/hcl/v2/gohcl | Package gohcl allows decoding HCL configurations into Go data structures. |
github.com/hashicorp/hcl/v2/hcldec | Package hcldec provides a higher-level API for unpacking the content of HCL bodies, implemented in terms of the low-level "Content" API exposed by the bodies themselves. |
github.com/hashicorp/hcl/v2/hclparse | Package hclparse has the main API entry point for parsing both HCL native syntax and HCL JSON. |
github.com/spf13/pflag | |
github.com/zclconf/go-cty/cty | |
github.com/zclconf/go-cty/cty/function | |
github.com/zclconf/go-cty/cty/function/stdlib | |
github.com/zclconf/go-cty/cty/json | |
golang.org/x/crypto/ssh/terminal | Package terminal provides support functions for dealing with terminals, as commonly found on UNIX systems. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
os | Package os provides a platform-independent interface to operating system functionality. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |