Skip to content

Commit 438e02d

Browse files
Bump google.golang.org/grpc from 1.44.0 to 1.62.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.44.0 to 1.62.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.44.0...v1.62.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>
1 parent 4998703 commit 438e02d

File tree

2 files changed

+1818
-22
lines changed

2 files changed

+1818
-22
lines changed

go.mod

+10-9
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/cenkalti/backoff/v4 v4.1.2
88
github.com/gogo/protobuf v1.3.2
99
github.com/golang/snappy v0.0.4
10-
github.com/google/uuid v1.3.0
10+
github.com/google/uuid v1.6.0
1111
github.com/gorilla/mux v1.8.0
1212
github.com/klauspost/compress v1.14.4
1313
github.com/knadh/koanf v1.4.0
@@ -34,17 +34,18 @@ require (
3434
go.uber.org/atomic v1.9.0
3535
go.uber.org/multierr v1.7.0
3636
go.uber.org/zap v1.21.0
37-
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
38-
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
39-
google.golang.org/grpc v1.44.0
40-
google.golang.org/protobuf v1.27.1
37+
golang.org/x/sys v0.16.0
38+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80
39+
google.golang.org/grpc v1.62.0
40+
google.golang.org/protobuf v1.32.0
4141
gopkg.in/yaml.v2 v2.4.0
4242
)
4343

4444
require (
45+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
4546
github.com/benbjohnson/clock v1.3.0 // indirect
4647
github.com/beorn7/perks v1.0.1 // indirect
47-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
48+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
4849
github.com/davecgh/go-spew v1.1.1 // indirect
4950
github.com/felixge/httpsnoop v1.0.2 // indirect
5051
github.com/go-kit/log v0.1.0 // indirect
@@ -53,7 +54,7 @@ require (
5354
github.com/go-logr/stdr v1.2.2 // indirect
5455
github.com/go-ole/go-ole v1.2.6 // indirect
5556
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
56-
github.com/golang/protobuf v1.5.2 // indirect
57+
github.com/golang/protobuf v1.5.3 // indirect
5758
github.com/inconshreveable/mousetrap v1.0.0 // indirect
5859
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
5960
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
@@ -70,8 +71,8 @@ require (
7071
github.com/tklauser/numcpus v0.3.0 // indirect
7172
github.com/yusufpapurcu/wmi v1.2.2 // indirect
7273
go.opentelemetry.io/otel/internal/metric v0.27.0 // indirect
73-
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
74-
golang.org/x/text v0.3.7 // indirect
74+
golang.org/x/net v0.20.0 // indirect
75+
golang.org/x/text v0.14.0 // indirect
7576
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
7677
)
7778

0 commit comments

Comments
 (0)