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

Bump google.golang.org/grpc from 1.29.1 to 1.53.0 in /examples #739

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
11 changes: 6 additions & 5 deletions examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@ module github.com/NYTimes/gizmo/examples
replace github.com/NYTimes/gizmo => ../

require (
cloud.google.com/go v0.57.0
cloud.google.com/go/datastore v1.10.0
cloud.google.com/go/profiler v0.3.1 // indirect
github.com/NYTimes/gizmo v1.2.1
github.com/NYTimes/gziphandler v1.1.0
github.com/NYTimes/logrotate v1.0.0
github.com/NYTimes/sqliface v0.0.0-20180310195202-f8e6c8b78d37
github.com/go-kit/kit v0.9.0
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/protobuf v1.4.2
github.com/golang/protobuf v1.5.2
github.com/gorilla/context v1.1.1
github.com/gorilla/websocket v1.4.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5
google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84
google.golang.org/grpc v1.29.1
golang.org/x/net v0.5.0
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
google.golang.org/grpc v1.53.0
)

go 1.13
Loading