forked from Roblox/terraform-provider-maas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 1.13 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
module github.com/roblox/terraform-provider-maas
go 1.12
require (
github.com/google/go-cmp v0.3.1
github.com/hashicorp/go-plugin v1.0.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/terraform v0.12.20
github.com/jarcoal/httpmock v1.0.4
github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c // indirect
github.com/juju/collections v0.0.0-20180717171555-9be91dc79b7c // indirect
github.com/juju/errors v0.0.0-20170509134257-8234c829496a
github.com/juju/gomaasapi v0.0.0-20190617182746-65f2e261f089
github.com/juju/loggo v0.0.0-20170605014607-8232ab8918d9 // indirect
github.com/juju/retry v0.0.0-20180821225755-9058e192b216 // indirect
github.com/juju/schema v0.0.0-20160916142850-e4e05803c9a1 // indirect
github.com/juju/testing v0.0.0-20190613124551-e81189438503 // indirect
github.com/juju/utils v0.0.0-20170607092057-61a75f1933a5 // indirect
github.com/juju/version v0.0.0-20161031051906-1f41e27e54f2 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
gopkg.in/mgo.v2 v2.0.0-20160818020120-3f83fa500528 // indirect
)