@@ -3,31 +3,8 @@ module github.com/DeviaVir/terraform-provider-gsuite
3
3
go 1.12
4
4
5
5
require (
6
- cloud.google.com/go/storage v1.0.0 // indirect
7
- github.com/aws/aws-sdk-go v1.24.3 // indirect
8
- github.com/go-test/deep v1.0.4 // indirect
9
- github.com/google/go-cmp v0.3.1 // indirect
10
- github.com/hashicorp/hcl v1.0.0 // indirect
11
- github.com/hashicorp/hcl2 v0.0.0-20190909202536-66c59f909e25 // indirect
12
- github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
13
- github.com/hashicorp/terraform-plugin-sdk v1.0.0
14
- github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect
15
- github.com/mattn/go-colorable v0.1.2 // indirect
16
- github.com/mattn/go-isatty v0.0.9 // indirect
6
+ github.com/hashicorp/terraform-plugin-sdk v1.1.1
17
7
github.com/pkg/errors v0.8.1
18
- github.com/stretchr/testify v1.4.0 // indirect
19
- github.com/ulikunitz/xz v0.5.6 // indirect
20
- github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
21
- go.opencensus.io v0.22.1 // indirect
22
- golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 // indirect
23
- golang.org/x/exp v0.0.0-20190919035709-81c71964d733 // indirect
24
- golang.org/x/net v0.0.0-20190921015927-1a5e07d1ff72 // indirect
25
8
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
26
- golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
27
- golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72 // indirect
28
9
google.golang.org/api v0.10.0
29
- google.golang.org/appengine v1.6.3 // indirect
30
- google.golang.org/genproto v0.0.0-20190916214212-f660b8655731 // indirect
31
- google.golang.org/grpc v1.23.1 // indirect
32
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
33
10
)
0 commit comments