Merge pull request #21675 from hashicorp/jbardin/go.mod

udpate lost go.mod entry
This commit is contained in:
James Bardin 2019-06-10 17:34:20 -04:00 committed by GitHub
commit 2c4e2cc583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
go.mod
View File

@ -125,4 +125,6 @@ require (
golang.org/x/oauth2 v0.0.0-20190220154721-9b3c75971fc9
google.golang.org/api v0.1.0
google.golang.org/grpc v1.18.0
gopkg.in/ini.v1 v1.42.0 // indirect
gopkg.in/yaml.v2 v2.2.2
)