-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
18 lines (16 loc) · 681 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/terraform-providers/terraform-provider-flexibleengine
go 1.14
require (
github.com/aws/aws-sdk-go v1.25.3
github.com/chnsz/golangsdk v0.0.0-20211129061956-055d0ed2e3f8
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.0
github.com/huaweicloud/terraform-provider-huaweicloud v1.31.0
github.com/jen20/awspolicyequivalence v1.1.0
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac // indirect
gopkg.in/yaml.v2 v2.3.0
)