Skip to content

Commit eb31597

Browse files
committed
Upgrade go-cty for jsonencode fix, closes #23062
1 parent 3046b79 commit eb31597

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ require (
121121
github.com/xanzy/ssh-agent v0.2.1
122122
github.com/xiang90/probing v0.0.0-20160813154853-07dd2e8dfe18 // indirect
123123
github.com/xlab/treeprint v0.0.0-20161029104018-1d6e34225557
124-
github.com/zclconf/go-cty v1.4.1
124+
github.com/zclconf/go-cty v1.4.2
125125
github.com/zclconf/go-cty-yaml v1.0.1
126126
go.uber.org/atomic v1.3.2 // indirect
127127
go.uber.org/multierr v1.1.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,8 @@ github.com/zclconf/go-cty v1.1.0/go.mod h1:xnAOWiHeOqg2nWS62VtQ7pbOu17FtxJNW8RLE
448448
github.com/zclconf/go-cty v1.2.0/go.mod h1:hOPWgoHbaTUnI5k4D2ld+GRpFJSCe6bCM7m1q/N4PQ8=
449449
github.com/zclconf/go-cty v1.4.1 h1:Xzr4m4utRDhHDifag1onwwUSq32HLoLBsp+w6tD0880=
450450
github.com/zclconf/go-cty v1.4.1/go.mod h1:nHzOclRkoj++EU9ZjSrZvRG0BXIWt8c7loYc0qXAFGQ=
451+
github.com/zclconf/go-cty v1.4.2 h1:GKcsRGjxZnRRlyVk2Y6PyG3fdcn3Pv0D7KT4xyYTLlE=
452+
github.com/zclconf/go-cty v1.4.2/go.mod h1:nHzOclRkoj++EU9ZjSrZvRG0BXIWt8c7loYc0qXAFGQ=
451453
github.com/zclconf/go-cty-yaml v1.0.1 h1:up11wlgAaDvlAGENcFDnZgkn0qUJurso7k6EpURKNF8=
452454
github.com/zclconf/go-cty-yaml v1.0.1/go.mod h1:IP3Ylp0wQpYm50IHK8OZWKMu6sPJIUgKa8XhiVHura0=
453455
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=

vendor/github.com/zclconf/go-cty/cty/function/stdlib/json.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ github.com/ChrisTrenkamp/goxpath/tree/xmltree/xmlbuilder
5050
github.com/ChrisTrenkamp/goxpath/tree/xmltree/xmlele
5151
github.com/ChrisTrenkamp/goxpath/tree/xmltree/xmlnode
5252
github.com/ChrisTrenkamp/goxpath/xconst
53-
# github.com/Unknwon/com v0.0.0-20151008135407-28b053d5a292
54-
## explicit
5553
# github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af
5654
## explicit
5755
# github.com/agext/levenshtein v1.2.2
@@ -214,8 +212,6 @@ github.com/davecgh/go-spew/spew
214212
github.com/dgrijalva/jwt-go
215213
# github.com/dimchansky/utfbom v1.1.0
216214
github.com/dimchansky/utfbom
217-
# github.com/dnaeon/go-vcr v0.0.0-20180920040454-5637cf3d8a31
218-
## explicit
219215
# github.com/dylanmei/iso8601 v0.1.0
220216
## explicit
221217
github.com/dylanmei/iso8601
@@ -591,7 +587,7 @@ github.com/xanzy/ssh-agent
591587
# github.com/xlab/treeprint v0.0.0-20161029104018-1d6e34225557
592588
## explicit
593589
github.com/xlab/treeprint
594-
# github.com/zclconf/go-cty v1.4.1
590+
# github.com/zclconf/go-cty v1.4.2
595591
## explicit
596592
github.com/zclconf/go-cty/cty
597593
github.com/zclconf/go-cty/cty/convert

0 commit comments

Comments
 (0)