Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
Update go-cty and openapi-cty with changes needed for local planning.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsomesan committed Jul 23, 2020
1 parent fecdd4f commit 4512b9b
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 31 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module github.com/hashicorp/terraform-provider-kubernetes-alpha
go 1.14

require (
github.com/alexsomesan/openapi-cty v0.0.5-0.20200613004155-675c849b43f4
github.com/alexsomesan/openapi-cty v0.0.5
github.com/davecgh/go-spew v1.1.1
github.com/golang/protobuf v1.3.3
github.com/google/go-cmp v0.4.0 // indirect
github.com/googleapis/gnostic v0.4.0 // indirect
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637
github.com/hashicorp/go-plugin v1.0.1
github.com/hashicorp/terraform-json v0.4.0
github.com/hashicorp/terraform-plugin-sdk v1.4.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ github.com/hashicorp/go-cleanhttp v0.5.1 h1:dH3aiDG9Jvb5r5+bYHsikaOUIpcM0xvgMXVo
github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 h1:1/D3zfFHttUKaCaGKZ/dR2roBXv0vKbSCnssIldfQdI=
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320/go.mod h1:EiZBMaudVLy8fmjf9Npq1dq9RalhveqZG5w/yz3mHWs=
github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637 h1:Ud/6/AdmJ1R7ibdS0Wo5MWPj0T1R0fkpaD087bBaW8I=
github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637/go.mod h1:EiZBMaudVLy8fmjf9Npq1dq9RalhveqZG5w/yz3mHWs=
github.com/hashicorp/go-getter v1.4.0 h1:ENHNi8494porjD0ZhIrjlAHnveSFhY7hvOJrV/fsKkw=
github.com/hashicorp/go-getter v1.4.0/go.mod h1:7qxyCd8rBfcShwsvxgIguu4KbS3l8bUCwg2Umn7RjeY=
github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd h1:rNuUHR+CvK1IS89MMtcF0EpcVMZtjKfPRp4MEmt/aTs=
Expand Down
83 changes: 57 additions & 26 deletions vendor/github.com/hashicorp/go-cty/cty/json/unmarshal.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion vendor/github.com/hashicorp/go-cty/cty/json/value.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ github.com/Azure/go-autorest/autorest/date
github.com/Azure/go-autorest/logger
# github.com/Azure/go-autorest/tracing v0.5.0
github.com/Azure/go-autorest/tracing
# github.com/alexsomesan/openapi-cty v0.0.5-0.20200613004155-675c849b43f4 => /Users/alex/workspace/openapi-cty
# github.com/alexsomesan/openapi-cty v0.0.5 => /Users/alex/workspace/openapi-cty
## explicit
github.com/alexsomesan/openapi-cty/foundry
# github.com/aws/aws-sdk-go v1.25.3
Expand Down Expand Up @@ -103,7 +103,7 @@ github.com/gophercloud/gophercloud/openstack/utils
github.com/gophercloud/gophercloud/pagination
# github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/go-cleanhttp
# github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
# github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637
## explicit
github.com/hashicorp/go-cty/cty
github.com/hashicorp/go-cty/cty/convert
Expand Down

0 comments on commit 4512b9b

Please sign in to comment.