7887810587
Lately we've made some changes that have affected the behavior of the specsuite tests, causing them to fail. Much of this was caused by changes to the harness itself (based on hcldec), although one break in particular here was an intentional change to the implementation of modulo in upstream cty to make it produce a more accurate result when used with a fractional divisor.
24 lines
863 B
Modula-2
24 lines
863 B
Modula-2
module github.com/hashicorp/hcl/v2
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/agext/levenshtein v1.2.1
|
|
github.com/apparentlymart/go-dump v0.0.0-20180507223929-23540a00eaa3
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/go-test/deep v1.0.3
|
|
github.com/google/go-cmp v0.3.1
|
|
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/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/sergi/go-diff v1.0.0
|
|
github.com/spf13/pflag v1.0.2
|
|
github.com/stretchr/testify v1.2.2 // indirect
|
|
github.com/zclconf/go-cty v1.8.0
|
|
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b
|
|
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
|
|
golang.org/x/sys v0.0.0-20190502175342-a43fa875dd82 // indirect
|
|
)
|