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

Commit e8a3eb0

Browse files
committed
Release v0.1.45
Signed-off-by: Chase Sillevis <chase@sillevis.net>
1 parent 4151e66 commit e8a3eb0

File tree

3 files changed

+212
-57
lines changed

3 files changed

+212
-57
lines changed

Makefile

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

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/DeviaVir/terraform-provider-gsuite
22

3-
go 1.12
3+
go 1.14
44

55
require (
6-
github.com/hashicorp/terraform-plugin-sdk v1.1.1
7-
github.com/pkg/errors v0.8.1
8-
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
9-
google.golang.org/api v0.10.0
6+
github.com/hashicorp/terraform-plugin-sdk v1.13.0
7+
github.com/pkg/errors v0.9.1
8+
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
9+
google.golang.org/api v0.25.0
1010
)

0 commit comments

Comments
 (0)