Skip to content

Commit 1f087fd

Browse files
committed
Configure GRPC keepalives
Import default values from etcd embed. Signed-off-by: Brad Davidson <[email protected]>
1 parent 4023835 commit 1f087fd

File tree

3 files changed

+228
-6
lines changed

3 files changed

+228
-6
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ require (
1010
github.com/mattn/go-sqlite3 v1.14.8
1111
github.com/pkg/errors v0.9.1
1212
github.com/rancher/wrangler v0.8.3
13-
github.com/sirupsen/logrus v1.6.0
13+
github.com/sirupsen/logrus v1.7.0
1414
github.com/urfave/cli v1.21.0
1515
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
1616
go.etcd.io/etcd/api/v3 v3.5.0
1717
go.etcd.io/etcd/client/pkg/v3 v3.5.0
1818
go.etcd.io/etcd/client/v3 v3.5.0
19+
go.etcd.io/etcd/server/v3 v3.5.0
1920
google.golang.org/grpc v1.38.0
2021
)

0 commit comments

Comments
 (0)