Skip to content

Commit a30da38

Browse files
committed
Permission set
1 parent 82d1b60 commit a30da38

File tree

4 files changed

+57
-366
lines changed

4 files changed

+57
-366
lines changed

go.mod

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,24 @@ module terraform-provider-iterative
33
go 1.14
44

55
require (
6-
github.com/Azure-Samples/azure-sdk-for-go-samples v0.0.0-20201110054206-ffcdafe9818d // indirect
76
github.com/Azure/azure-sdk-for-go v49.0.0+incompatible
87
github.com/Azure/go-autorest/autorest v0.11.13 // indirect
98
github.com/Azure/go-autorest/autorest/azure/auth v0.5.3
109
github.com/Azure/go-autorest/autorest/to v0.4.0
11-
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
12-
github.com/ChrisTrenkamp/goxpath v0.0.0-20190607011252-c5096ec8773d // indirect
10+
github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
11+
github.com/alessio/shellescape v1.4.1 // indirect
1312
github.com/aohorodnyk/uid v1.1.0
14-
github.com/apparentlymart/go-cidr v1.1.0 // indirect
15-
github.com/apparentlymart/go-userdirs v0.0.0-20200915174352-b0c018a67c13 // indirect
16-
github.com/apparentlymart/go-versions v1.0.1 // indirect
1713
github.com/aws/aws-sdk-go v1.34.13
18-
github.com/aws/aws-sdk-go-v2 v1.9.0 // indirect
19-
github.com/aws/aws-sdk-go-v2/config v1.8.0 // indirect
20-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.16.0 // indirect
21-
github.com/aws/aws-sdk-go-v2/service/sts v1.7.0 // indirect
22-
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
23-
github.com/gofrs/uuid v3.3.0+incompatible // indirect
24-
github.com/hashicorp/aws-sdk-go-base v0.6.0 // indirect
14+
github.com/aws/aws-sdk-go-v2 v1.9.0
15+
github.com/aws/aws-sdk-go-v2/config v1.8.0
16+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.16.0
17+
github.com/aws/aws-sdk-go-v2/service/sts v1.7.0
2518
github.com/hashicorp/go-getter v1.5.1 // indirect
2619
github.com/hashicorp/hcl/v2 v2.8.0 // indirect
27-
github.com/hashicorp/terraform v0.13.0-beta1 // indirect
2820
github.com/hashicorp/terraform-plugin-sdk/v2 v2.4.0
29-
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
30-
github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 // indirect
31-
github.com/masterzen/winrm v0.0.0-20200615185753-c42b5136ff88 // indirect
32-
github.com/mitchellh/gox v1.0.1 // indirect
33-
github.com/packer-community/winrmcp v0.0.0-20180921211025-c76d91c1e7db // indirect
3421
github.com/sebdah/goldie/v2 v2.5.3
3522
github.com/stretchr/testify v1.6.1
36-
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
37-
github.com/tombuildsstuff/giovanni v0.12.0 // indirect
3823
github.com/zclconf/go-cty v1.7.0 // indirect
39-
github.com/zclconf/go-cty-yaml v1.0.2 // indirect
4024
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
4125
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
4226
golang.org/x/tools v0.0.0-20201028111035-eafbe7b904eb // indirect
@@ -45,6 +29,4 @@ require (
4529
k8s.io/api v0.20.5
4630
k8s.io/apimachinery v0.20.5
4731
k8s.io/client-go v0.20.5
48-
k8s.io/klog v0.4.0 // indirect
49-
sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e // indirect
5032
)

0 commit comments

Comments
 (0)