vendor: upgrade go-cty-yaml dependency
Fixes #22223
Showing
+27 -20
... | ... | @@ -116,7 +116,7 @@ require ( |
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.0.1-0.20190708163926-19588f92a98f | ||
github.com/zclconf/go-cty-yaml v0.1.0 | ||
github.com/zclconf/go-cty-yaml v1.0.1 | ||
go.uber.org/atomic v1.3.2 // indirect | ||
go.uber.org/multierr v1.1.0 // indirect | ||
go.uber.org/zap v1.9.1 // indirect | ||
... | ... |
Please register or sign in to comment