summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLiam Cervante <liam.cervante@hashicorp.com>2022-10-31 17:11:07 +0100
committerLiam Cervante <liam.cervante@hashicorp.com>2022-10-31 17:11:07 +0100
commit987fe04c7f2fc7a9babe7f112c3d7ecffffb3365 (patch)
treecc284f95304877caf1b569c0f24c2db8d23e71b9 /go.mod
parentf6abd7d6e0b044a58f14e21f51546407b53247f8 (diff)
Update go-cty and improve documentation for optional and default attributes
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
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
)