forked from im2nguyen/rover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (20 loc) · 808 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module rover
go 1.17
require (
github.com/hashicorp/terraform-config-inspect v0.0.0-20210511202847-ad33d83d7650
github.com/hashicorp/terraform-exec v0.14.0
github.com/hashicorp/terraform-json v0.12.0
golang.org/x/net v0.0.0-20210924151903-3ad01bbaa167 // indirect
)
require (
github.com/agext/levenshtein v1.2.2 // indirect
github.com/apparentlymart/go-textseg v1.0.0 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/hashicorp/go-version v1.3.0 // indirect
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f // indirect
github.com/hashicorp/hcl/v2 v2.0.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/zclconf/go-cty v1.8.4 // indirect
golang.org/x/text v0.3.6 // indirect
)