forked from aztfmod/terraform-provider-azurecaf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 1.02 KB
/
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
24
25
module github.com/hashicorp/terraform
go 1.13
require (
cloud.google.com/go v0.61.0 // indirect
github.com/go-delve/delve v1.5.0 // indirect
github.com/google/go-dap v0.3.0 // indirect
github.com/hashicorp/go-getter v1.4.2-0.20200106182914-9813cbd4eb02 // indirect
github.com/hashicorp/go-plugin v1.3.0 // indirect
github.com/hashicorp/hcl/v2 v2.3.0 // indirect
github.com/hashicorp/terraform-json v0.5.0 // indirect
github.com/hashicorp/terraform-plugin-sdk v1.9.0
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/go-testing-interface v1.0.4 // indirect
github.com/peterh/liner v1.2.0 // indirect
github.com/spf13/cobra v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/ulikunitz/xz v0.5.7 // indirect
go.starlark.net v0.0.0-20200901195727-6e684ef5eeee // indirect
golang.org/x/arch v0.0.0-20200826200359-b19915210f00 // indirect
golang.org/x/sys v0.0.0-20200917073148-efd3b9a0ff20 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)