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.30.0 to 1.53.0 #163

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
Bump google.golang.org/grpc from 1.30.0 to 1.53.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.30.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.30.0...v1.53.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 8, 2023
commit 7f5e26d765c14ea375822a3fdb9e30bab29bc636
16 changes: 6 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,20 @@ module github.com/uclaacm/teach-la-go-backend
go 1.14

require (
cloud.google.com/go v0.61.0 // indirect
cloud.google.com/go/firestore v1.2.0
cloud.google.com/go/firestore v1.9.0
firebase.google.com/go v3.13.0+incompatible
github.com/google/uuid v1.1.1
github.com/google/uuid v1.3.0
github.com/heroku/x v0.0.25
github.com/joho/godotenv v1.3.0
github.com/labstack/echo/v4 v4.7.2
github.com/labstack/gommon v0.3.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.1
github.com/uclaacm/teach-la-go-backend-tinycrypt v1.0.0
github.com/urfave/cli/v2 v2.11.0
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
golang.org/x/tools v0.0.0-20200725200936-102e7d357031 // indirect
google.golang.org/api v0.29.0
google.golang.org/genproto v0.0.0-20200724131911-43cab4749ae7 // indirect
google.golang.org/grpc v1.30.0
golang.org/x/net v0.5.0
google.golang.org/api v0.103.0
google.golang.org/grpc v1.53.0
)

replace github.com/joho/godotenv => github.com/x1unix/godotenv v1.3.1-0.20200910042738-acd8c1e858a6
Loading