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

Commit

Permalink
'go mod tidy' after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsomesan committed Sep 30, 2020
1 parent aaf6143 commit 296d25f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ require (
github.com/golang/protobuf v1.4.2
github.com/googleapis/gnostic v0.4.0 // indirect
github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637
github.com/hashicorp/go-hclog v0.14.1 // indirect
github.com/hashicorp/go-hclog v0.14.1
github.com/hashicorp/go-plugin v1.3.0
github.com/hashicorp/hcl/v2 v2.0.0
github.com/hashicorp/terraform-exec v0.10.0
github.com/hashicorp/terraform-json v0.5.0
github.com/hashicorp/terraform-plugin-sdk v1.4.1
github.com/hashicorp/terraform-plugin-test/v2 v2.1.2
Expand Down
3 changes: 2 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ github.com/Azure/go-autorest/logger
github.com/Azure/go-autorest/tracing
# github.com/agext/levenshtein v1.2.2
github.com/agext/levenshtein
# github.com/alexsomesan/openapi-cty v0.0.5-0.20200613004155-675c849b43f4 => /Users/alex/workspace/openapi-cty
# github.com/alexsomesan/openapi-cty v0.0.5
## explicit
github.com/alexsomesan/openapi-cty/foundry
# github.com/apparentlymart/go-textseg v1.0.0
Expand Down Expand Up @@ -204,6 +204,7 @@ github.com/hashicorp/hcl/v2/hclsyntax
# github.com/hashicorp/logutils v1.0.0
github.com/hashicorp/logutils
# github.com/hashicorp/terraform-exec v0.10.0
## explicit
github.com/hashicorp/terraform-exec/internal/version
github.com/hashicorp/terraform-exec/tfexec
github.com/hashicorp/terraform-exec/tfinstall
Expand Down

0 comments on commit 296d25f

Please sign in to comment.