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

Commit 5f0c71b

Browse files
add fetching credentials from metadata to provider (#171)
1 parent f8d4071 commit 5f0c71b

File tree

3 files changed

+223
-34
lines changed

3 files changed

+223
-34
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ module github.com/DeviaVir/terraform-provider-gsuite
33
go 1.15
44

55
require (
6+
cloud.google.com/go v0.79.0
67
github.com/hashicorp/terraform-plugin-sdk v1.13.0
78
github.com/pkg/errors v0.9.1
89
github.com/sethvargo/go-password v0.1.3
9-
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
10-
google.golang.org/api v0.25.0
10+
golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84
11+
google.golang.org/api v0.44.0-impersonate-preview
1112
)

0 commit comments

Comments
 (0)