2019-09-09 22:39:31 +00:00
|
|
|
module github.com/hashicorp/hcl/v2
|
2018-08-18 02:07:38 +00:00
|
|
|
|
2020-03-07 01:17:12 +00:00
|
|
|
go 1.12
|
|
|
|
|
2018-08-18 02:07:38 +00:00
|
|
|
require (
|
|
|
|
github.com/agext/levenshtein v1.2.1
|
|
|
|
github.com/apparentlymart/go-dump v0.0.0-20180507223929-23540a00eaa3
|
2020-03-07 01:17:12 +00:00
|
|
|
github.com/apparentlymart/go-textseg/v12 v12.0.0
|
2018-08-18 02:07:38 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2019-08-21 10:17:48 +00:00
|
|
|
github.com/go-test/deep v1.0.3
|
2019-12-14 20:50:52 +00:00
|
|
|
github.com/google/go-cmp v0.3.1
|
2018-11-03 15:43:20 +00:00
|
|
|
github.com/kr/pretty v0.1.0
|
2018-08-18 02:07:38 +00:00
|
|
|
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
|
|
|
|
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7
|
2019-09-11 01:23:43 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2018-08-18 02:07:38 +00:00
|
|
|
github.com/sergi/go-diff v1.0.0
|
|
|
|
github.com/spf13/pflag v1.0.2
|
2019-09-11 01:23:43 +00:00
|
|
|
github.com/stretchr/testify v1.2.2 // indirect
|
2019-12-14 20:50:52 +00:00
|
|
|
github.com/zclconf/go-cty v1.2.0
|
2019-05-03 21:00:54 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
|
2019-09-11 01:23:43 +00:00
|
|
|
golang.org/x/sys v0.0.0-20190502175342-a43fa875dd82 // indirect
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
2018-08-18 02:07:38 +00:00
|
|
|
)
|