forked from sacloud/terraform-provider-sakuracloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 1.05 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/sacloud/terraform-provider-sakuracloud
go 1.14
require (
github.com/hashicorp/go-hclog v0.10.0 // indirect
github.com/hashicorp/go-multierror v1.0.1-0.20190722213833-bdca7bb83f60
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/terraform-plugin-sdk v1.7.0
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/goamz v0.0.0-20150317174335-caaaea8b30ee
github.com/motain/gocheck v0.0.0-20131023154940-9beb271d26e6 // indirect
github.com/sacloud/ftps v1.0.0
github.com/sacloud/iso9660wrap v0.0.0-20171031075302-eda21f77f6a8
github.com/sacloud/libsacloud/v2 v2.5.4
github.com/stretchr/testify v1.4.0
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)