6c4344623b
The main HCL package is more visible this way, and so it's easier than having to pick it out from dozens of other package directories.
22 lines
841 B
Modula-2
22 lines
841 B
Modula-2
module github.com/hashicorp/hcl/v2
|
|
|
|
require (
|
|
github.com/agext/levenshtein v1.2.1
|
|
github.com/apparentlymart/go-dump v0.0.0-20180507223929-23540a00eaa3
|
|
github.com/apparentlymart/go-textseg v1.0.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/go-test/deep v1.0.3
|
|
github.com/google/go-cmp v0.2.0
|
|
github.com/hashicorp/go-multierror v0.0.0-20180717150148-3d5d8f294aa0
|
|
github.com/hashicorp/hcl2 v0.0.0-20190909202536-66c59f909e25 // indirect
|
|
github.com/kr/pretty v0.1.0
|
|
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
|
|
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7
|
|
github.com/sergi/go-diff v1.0.0
|
|
github.com/spf13/pflag v1.0.2
|
|
github.com/zclconf/go-cty v1.0.0
|
|
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
howett.net/plist v0.0.0-20181124034731-591f970eefbb
|
|
)
|