@@ -2,6 +2,9 @@ module github.com/coder/coder
2
2
3
3
go 1.17
4
4
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
+
5
8
// Required until https://github.com/hashicorp/terraform-config-inspect/pull/74 is merged.
6
9
replace github.com/hashicorp/terraform-config-inspect => github.com/kylecarbs/terraform-config-inspect v0.0.0-20211215004401-bbc517866b88
7
10
@@ -41,14 +44,12 @@ require (
41
44
42
45
require (
43
46
cloud.google.com/go/compute v0.1.0 // indirect
44
- cloud.google.com/go/storage v1.19.0 // indirect
45
47
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
46
48
github.com/Microsoft/go-winio v0.5.1 // indirect
47
49
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
48
50
github.com/agext/levenshtein v1.2.3 // indirect
49
51
github.com/alecthomas/chroma v0.10.0 // indirect
50
52
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
51
- github.com/aws/aws-sdk-go v1.42.42 // indirect
52
53
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
53
54
github.com/containerd/continuity v0.2.2 // indirect
54
55
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -111,7 +112,6 @@ require (
111
112
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
112
113
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
113
114
golang.org/x/text v0.3.7 // indirect
114
- google.golang.org/api v0.65.0 // indirect
115
115
google.golang.org/appengine v1.6.7 // indirect
116
116
google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5 // indirect
117
117
google.golang.org/grpc v1.44.0 // indirect
0 commit comments