File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -692,7 +692,7 @@ func TestGetTypeDefaults(t *testing.T) {
692
692
"a" : cty .StringVal ("hello" ),
693
693
},
694
694
},
695
- "This default value is not compatible with the attribute's type constraint: number required." ,
695
+ "This default value is not compatible with the attribute's type constraint: number required, but have bool ." ,
696
696
},
697
697
698
698
// Too many arguments
Original file line number Diff line number Diff line change @@ -10,14 +10,13 @@ require (
10
10
github.com/google/go-cmp v0.6.0
11
11
github.com/mitchellh/go-wordwrap v1.0.1
12
12
github.com/spf13/pflag v1.0.2
13
- github.com/zclconf/go-cty v1.13.0
13
+ github.com/zclconf/go-cty v1.16.3
14
14
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940
15
15
golang.org/x/crypto v0.38.0
16
16
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
17
17
)
18
18
19
19
require (
20
- github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
21
20
golang.org/x/mod v0.17.0 // indirect
22
21
golang.org/x/sync v0.14.0 // indirect
23
22
golang.org/x/sys v0.33.0 // indirect
Original file line number Diff line number Diff line change 1
1
github.com/agext/levenshtein v1.2.1 h1:QmvMAjj2aEICytGiWzmxoE0x2KZvE0fvmqMOfy2tjT8 =
2
2
github.com/agext/levenshtein v1.2.1 /go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558 =
3
- github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw =
4
- github.com/apparentlymart/go-textseg/v13 v13.0.0 /go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo =
5
3
github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew1u1fNQOlOtuGxQY =
6
4
github.com/apparentlymart/go-textseg/v15 v15.0.0 /go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4 =
7
5
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
@@ -14,8 +12,8 @@ github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQ
14
12
github.com/mitchellh/go-wordwrap v1.0.1 /go.mod h1:R62XHJLzvMFRBbcrT7m7WgmE1eOyTSsCt+hzestvNj0 =
15
13
github.com/spf13/pflag v1.0.2 h1:Fy0orTDgHdbnzHcsOgfCN4LtHf0ec3wwtiwJqwvf3Gc =
16
14
github.com/spf13/pflag v1.0.2 /go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4 =
17
- github.com/zclconf/go-cty v1.13.0 h1:It5dfKTTZHe9aeppbNOda3mN7Ag7sg6QkBNm6TkyFa0 =
18
- github.com/zclconf/go-cty v1.13.0 /go.mod h1:YKQzy/7pZ7iq2jNFzy5go57xdxdWoLLpaEp4u238AE0 =
15
+ github.com/zclconf/go-cty v1.16.3 h1:osr++gw2T61A8KVYHoQiFbFd1Lh3JOCXc/jFLJXKTxk =
16
+ github.com/zclconf/go-cty v1.16.3 /go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE =
19
17
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6ZMSMNJFMOjqrGHynW3DIBuR2H9j0ug+Mo =
20
18
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 /go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM =
21
19
golang.org/x/crypto v0.38.0 h1:jt+WWG8IZlBnVbomuhg2Mdq0+BBQaHbtqHEFEigjUV8 =
You can’t perform that action at this time.
0 commit comments