Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 824fd4e

Browse files
committed
Update grpc dependency from v1.41.0 to v1.67.3
1 parent a034726 commit 824fd4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.etcd.io/etcd/v3
22

3-
go 1.17
3+
go 1.23
44

55
replace (
66
go.etcd.io/etcd/api/v3 => ./api
@@ -33,7 +33,7 @@ require (
3333
go.etcd.io/etcd/tests/v3 v3.0.0-00010101000000-000000000000
3434
go.uber.org/zap v1.17.0
3535
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
36-
google.golang.org/grpc v1.41.0
36+
google.golang.org/grpc v1.67.3
3737
google.golang.org/protobuf v1.27.1
3838
gopkg.in/cheggaaa/pb.v1 v1.0.28
3939
)

0 commit comments

Comments
 (0)