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

chore(deps): bump google.golang.org/grpc from 1.48.0 to 1.53.0 in /v2 #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
16 changes: 8 additions & 8 deletions v2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module go.mercari.io/datastore/v2
go 1.16

require (
cloud.google.com/go/compute v1.7.0
cloud.google.com/go/datastore v1.8.0
cloud.google.com/go/compute/metadata v0.2.3
cloud.google.com/go/datastore v1.10.0
github.com/MakeNowJust/heredoc/v2 v2.0.1
github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d
github.com/favclip/genbase v1.1.0 // indirect
Expand All @@ -13,11 +13,11 @@ require (
github.com/golang/protobuf v1.5.2
github.com/gomodule/redigo v1.8.9
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/net v0.0.0-20220708220712-1185a9018129
golang.org/x/oauth2 v0.0.0-20220630143837-2104d58473e0
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
golang.org/x/tools v0.1.11
google.golang.org/api v0.87.0
golang.org/x/net v0.5.0
golang.org/x/oauth2 v0.4.0
golang.org/x/sync v0.1.0
golang.org/x/tools v0.3.0
google.golang.org/api v0.103.0
google.golang.org/appengine/v2 v2.0.1
google.golang.org/grpc v1.48.0
google.golang.org/grpc v1.53.0
)
Loading
Loading