Skip to content
This repository was archived by the owner on Jun 27, 2021. It is now read-only.

Commit 45bbe2a

Browse files
authored
Group settings has no delete (#99)
1 parent 7d5bc87 commit 45bbe2a

File tree

4 files changed

+14
-130
lines changed

4 files changed

+14
-130
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GOVERSION := 1.12
1919
PROJECT := github.com/DeviaVir/terraform-provider-gsuite
2020
OWNER := $(notdir $(patsubst %/,%,$(dir $(PROJECT))))
2121
NAME := $(notdir $(PROJECT))
22-
VERSION := 0.1.28
22+
VERSION := 0.1.29
2323
EXTERNAL_TOOLS = \
2424
github.com/golang/dep/cmd/dep
2525

go.mod

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,8 @@ module github.com/DeviaVir/terraform-provider-gsuite
33
go 1.12
44

55
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
177
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
258
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
289
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
3310
)

0 commit comments

Comments
 (0)