Skip to content

Commit

Permalink
fix: update etcd dependency according to etcd-io/etcd#14268
Browse files Browse the repository at this point in the history
  • Loading branch information
bodhisatan committed Jan 23, 2023
1 parent 0d49e71 commit e58a272
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 54 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ require (
github.com/cloudwego/kitex v0.0.5
github.com/cloudwego/kitex-examples v0.0.0-20211019030300-7fd73f66ff4d
github.com/stretchr/testify v1.7.0
go.etcd.io/etcd/client/v3 v3.5.1
go.etcd.io/etcd/server/v3 v3.5.1
go.etcd.io/etcd/client/v3 v3.5.5
go.etcd.io/etcd/server/v3 v3.5.5
)
Loading

0 comments on commit e58a272

Please sign in to comment.