Skip to content

Commit

Permalink
Bump etcd to v3.5.0, grpc to v1.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cupen committed Jun 23, 2021
1 parent b006902 commit b63ada5
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion _examples/cluster-broadcast/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000
github.com/gogo/protobuf v1.3.2
google.golang.org/grpc v1.36.1
google.golang.org/grpc v1.38.0
)
2 changes: 0 additions & 2 deletions _examples/cluster-restartgracefully/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ go 1.13

replace github.com/AsynkronIT/protoactor-go => ../..

replace google.golang.org/grpc => google.golang.org/grpc v1.26.0

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716
github.com/AsynkronIT/protoactor-go v0.0.0-00010101000000-000000000000
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,14 @@ require (
github.com/serialx/hashring v0.0.0-20180504054112-49a4782e9908
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
go.etcd.io/etcd/client/v3 v3.5.0-alpha.0
go.uber.org/atomic v1.7.0 // indirect
go.etcd.io/etcd/client/v3 v3.5.0
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/grpc v1.38.0
gopkg.in/couchbase/gocbcore.v7 v7.1.18 // indirect
gopkg.in/couchbaselabs/gocbconnstr.v1 v1.0.4 // indirect
gopkg.in/couchbaselabs/gojcbmock.v1 v1.0.4 // indirect
gopkg.in/couchbaselabs/jsonx.v1 v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)

go 1.13
Loading

0 comments on commit b63ada5

Please sign in to comment.