Skip to content

Commit

Permalink
build(deps): bump google.golang.org/grpc from 1.35.0 to 1.56.3 in /api
Browse files Browse the repository at this point in the history
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.35.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.35.0...v1.56.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2023
1 parent f6f638c commit 020e8d5
Show file tree
Hide file tree
Showing 2 changed files with 1,159 additions and 58 deletions.
28 changes: 13 additions & 15 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ module github.com/khoerling/flux/api
go 1.15

require (
cloud.google.com/go/firestore v1.4.0
cloud.google.com/go/pubsub v1.3.1
cloud.google.com/go/storage v1.10.0
cloud.google.com/go/firestore v1.9.0
cloud.google.com/go/pubsub v1.30.0
cloud.google.com/go/storage v1.29.0
firebase.google.com/go v3.13.0+incompatible
github.com/Boostport/address v0.6.2
github.com/badoux/checkmail v1.2.1
github.com/bxcodec/faker/v3 v3.6.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/disintegration/imaging v1.6.2
github.com/go-resty/resty/v2 v2.5.0
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/mock v1.5.0
github.com/google/go-cmp v0.5.5
github.com/golang/glog v1.1.0
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.5.9
github.com/google/tink/go v1.5.0
github.com/google/wire v0.5.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.2.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
github.com/lithammer/shortuuid v3.0.0+incompatible
github.com/lithammer/shortuuid/v3 v3.0.6
github.com/nyaruka/phonenumbers v1.0.66
Expand All @@ -29,13 +29,11 @@ require (
github.com/sendgrid/rest v2.6.2+incompatible
github.com/sendgrid/sendgrid-go v3.8.0+incompatible
github.com/sfreiberg/gotwilio v0.0.0-20201211181435-c426a3710ab5
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.8.3
github.com/teris-io/shortid v0.0.0-20201117134242-e59966efd125
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
google.golang.org/api v0.36.0
google.golang.org/genproto v0.0.0-20210207032614-bba0dbe2a9ea
google.golang.org/grpc v1.35.0
google.golang.org/protobuf v1.26.0
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
google.golang.org/api v0.114.0
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
google.golang.org/grpc v1.56.3
google.golang.org/protobuf v1.30.0
)
Loading

0 comments on commit 020e8d5

Please sign in to comment.