Skip to content

Commit

Permalink
Bump google.golang.org/grpc from 1.48.0 to 1.56.3
Browse files Browse the repository at this point in the history
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.48.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 Oct 25, 2023
1 parent 565450b commit 74ff9b0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ go 1.17
require (
github.com/alecthomas/participle v0.5.0
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/golang/protobuf v1.5.2
github.com/golang/protobuf v1.5.3
github.com/pkg/errors v0.9.1
github.com/simonlingoogle/go-simplelogger v0.0.0-20191122025812-962af3877d65
github.com/stretchr/testify v1.7.0
google.golang.org/grpc v1.48.0
google.golang.org/protobuf v1.27.1
google.golang.org/grpc v1.56.3
google.golang.org/protobuf v1.30.0
gopkg.in/yaml.v3 v3.0.0
)

Expand All @@ -51,10 +51,10 @@ require (
go.uber.org/multierr v1.5.0 // indirect
go.uber.org/zap v1.15.0 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20200608115520-7c474a2e3482 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
)

0 comments on commit 74ff9b0

Please sign in to comment.