deps: bump go-cty version (#26079)
go-cty v1.6.1 fixes a panic in the `element` function when called with a negative offset.
Showing
+546 -184
... | ... | @@ -120,11 +120,10 @@ require ( |
github.com/tmc/grpc-websocket-proxy v0.0.0-20171017195756-830351dc03c6 // indirect | ||
github.com/tombuildsstuff/giovanni v0.12.0 | ||
github.com/ugorji/go v0.0.0-20180813092308-00b869d2f4a5 // indirect | ||
github.com/vmihailenco/msgpack v4.0.1+incompatible // indirect | ||
github.com/xanzy/ssh-agent v0.2.1 | ||
github.com/xiang90/probing v0.0.0-20160813154853-07dd2e8dfe18 // indirect | ||
github.com/xlab/treeprint v0.0.0-20161029104018-1d6e34225557 | ||
github.com/zclconf/go-cty v1.5.1 | ||
github.com/zclconf/go-cty v1.6.1 | ||
github.com/zclconf/go-cty-yaml v1.0.2 | ||
go.uber.org/atomic v1.3.2 // indirect | ||
go.uber.org/multierr v1.1.0 // indirect | ||
... | ... |
File moved
File moved
Please register or sign in to comment