Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module google.golang.org/api to v0.23.0 #122

Merged
merged 2 commits into from
May 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/abyssparanoia/rapid-go
go 1.13

require (
cloud.google.com/go v0.53.0 // indirect
cloud.google.com/go/firestore v1.1.1
firebase.google.com/go v3.12.1+incompatible
github.com/DATA-DOG/go-sqlmock v1.4.1 // indirect
Expand Down Expand Up @@ -40,7 +39,7 @@ require (
github.com/volatiletech/sqlboiler/v4 v4.0.1
go.uber.org/zap v1.15.0
golang.org/x/text v0.3.2
google.golang.org/api v0.22.0
google.golang.org/api v0.23.0
google.golang.org/grpc v1.29.1
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)
Loading