From 987fe04c7f2fc7a9babe7f112c3d7ecffffb3365 Mon Sep 17 00:00:00 2001 From: Liam Cervante Date: Mon, 31 Oct 2022 17:11:07 +0100 Subject: Update go-cty and improve documentation for optional and default attributes --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 8f7c79f..0d22ec3 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 github.com/sergi/go-diff v1.0.0 github.com/spf13/pflag v1.0.2 - github.com/zclconf/go-cty v1.8.0 + github.com/zclconf/go-cty v1.12.0 github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167 ) @@ -25,5 +25,5 @@ require ( github.com/stretchr/testify v1.2.2 // indirect golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect - golang.org/x/text v0.3.6 // indirect + golang.org/x/text v0.3.7 // indirect ) -- cgit v1.2.3