-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
16 lines (15 loc) · 680 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/terraform-providers/terraform-provider-opentelekomcloud
require (
github.com/aws/aws-sdk-go v1.22.0
github.com/gophercloud/utils v0.0.0-20191129022341-463e26ffa30d
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/terraform-plugin-sdk v1.0.0
github.com/huaweicloud/golangsdk v0.0.0-20200527061157-01f50f18de77
github.com/jen20/awspolicyequivalence v0.0.0-20170831201602-3d48364a137a
github.com/mitchellh/go-homedir v1.1.0
github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff // indirect
github.com/unknwon/com v1.0.1
gopkg.in/yaml.v2 v2.2.2
)