Skip to content

Commit

Permalink
Bump google.golang.org/grpc from 1.27.1 to 1.53.0 (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 25, 2023
1 parent 30a80f8 commit 05d242f
Show file tree
Hide file tree
Showing 2 changed files with 1,272 additions and 51 deletions.
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ require (
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
github.com/frankban/quicktest v1.11.3 // indirect
github.com/golang/protobuf v1.3.4
github.com/golang/protobuf v1.5.3
github.com/gorilla/websocket v1.4.1 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.14.3 // indirect
github.com/onsi/ginkgo v1.9.0 // indirect
github.com/onsi/gomega v1.6.0 // indirect
github.com/pierrec/lz4 v2.5.2+incompatible
Expand All @@ -18,14 +17,14 @@ require (
github.com/pingcap/tidb v1.1.0-beta.0.20210407104700-3d8084e972d1
github.com/shirou/gopsutil v3.21.2+incompatible
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.8.3
github.com/uber-go/atomic v1.4.0
github.com/zhangjinpeng1987/raft v0.0.0-20200819064223-df31bb68a018
go.etcd.io/bbolt v1.3.4 // indirect
go.uber.org/zap v1.16.0
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
google.golang.org/grpc v1.27.1
golang.org/x/time v0.3.0
google.golang.org/grpc v1.54.0
google.golang.org/grpc/examples v0.0.0-20230705174746-11feb0a9afd8 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
)

Expand Down
Loading

0 comments on commit 05d242f

Please sign in to comment.