github.com/hashicorp/hcl/v2@v2.20.0/go.mod (about) 1 module github.com/hashicorp/hcl/v2 2 3 go 1.18 4 5 require ( 6 github.com/agext/levenshtein v1.2.1 7 github.com/apparentlymart/go-dump v0.0.0-20180507223929-23540a00eaa3 8 github.com/apparentlymart/go-textseg/v15 v15.0.0 9 github.com/davecgh/go-spew v1.1.1 10 github.com/go-test/deep v1.0.3 11 github.com/google/go-cmp v0.3.1 12 github.com/kr/pretty v0.1.0 13 github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 14 github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 15 github.com/sergi/go-diff v1.0.0 16 github.com/spf13/pflag v1.0.2 17 github.com/zclconf/go-cty v1.13.0 18 github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b 19 golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167 20 golang.org/x/tools v0.6.0 21 ) 22 23 require ( 24 github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect 25 github.com/kr/text v0.1.0 // indirect 26 github.com/pmezard/go-difflib v1.0.0 // indirect 27 github.com/stretchr/testify v1.2.2 // indirect 28 golang.org/x/mod v0.8.0 // indirect 29 golang.org/x/sys v0.5.0 // indirect 30 golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect 31 golang.org/x/text v0.11.0 // indirect 32 )