Skip to content

Commit 5d16f2a

Browse files
committed
Use fork of terraform-exec for JSON output
1 parent bc8c0e0 commit 5d16f2a

File tree

3 files changed

+6
-46
lines changed

3 files changed

+6
-46
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ module github.com/coder/coder
22

33
go 1.17
44

5+
// Required until https://github.com/hashicorp/terraform-exec/pull/275 is merged.
6+
replace github.com/hashicorp/terraform-exec => github.com/kylecarbs/terraform-exec v0.15.1-0.20220129210610-65894a884c09
7+
58
// Required until https://github.com/hashicorp/terraform-config-inspect/pull/74 is merged.
69
replace github.com/hashicorp/terraform-config-inspect => github.com/kylecarbs/terraform-config-inspect v0.0.0-20211215004401-bbc517866b88
710

@@ -41,14 +44,12 @@ require (
4144

4245
require (
4346
cloud.google.com/go/compute v0.1.0 // indirect
44-
cloud.google.com/go/storage v1.19.0 // indirect
4547
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
4648
github.com/Microsoft/go-winio v0.5.1 // indirect
4749
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
4850
github.com/agext/levenshtein v1.2.3 // indirect
4951
github.com/alecthomas/chroma v0.10.0 // indirect
5052
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
51-
github.com/aws/aws-sdk-go v1.42.42 // indirect
5253
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
5354
github.com/containerd/continuity v0.2.2 // indirect
5455
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -111,7 +112,6 @@ require (
111112
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
112113
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
113114
golang.org/x/text v0.3.7 // indirect
114-
google.golang.org/api v0.65.0 // indirect
115115
google.golang.org/appengine v1.6.7 // indirect
116116
google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5 // indirect
117117
google.golang.org/grpc v1.44.0 // indirect

0 commit comments

Comments
 (0)