forked from wxb2744/custom-netapp-terraform-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (15 loc) · 603 Bytes
/
go.mod
File metadata and controls
17 lines (15 loc) · 603 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/netapp/terraform-provider-netapp-cloudmanager
go 1.15
require (
github.com/Azure/azure-sdk-for-go v46.4.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.28
github.com/Azure/go-autorest/autorest/azure/auth v0.5.3
github.com/aws/aws-sdk-go v1.35.5
github.com/fatih/structs v1.1.0
github.com/hashicorp/terraform v0.13.4
github.com/sirupsen/logrus v1.7.0
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect
golang.org/x/tools v0.0.0-20201008025239-9df69603baec // indirect
gopkg.in/yaml.v2 v2.2.8
)