*: cockroachdb/cmux -> soheilhy/cmux

Has fixes not in fork. Includes SetReadTimeout.
This commit is contained in:
Anthony Romano
2017-08-19 18:22:58 -07:00
parent 6e02779c4f
commit 35c5dcefc2
4 changed files with 5 additions and 5 deletions

View File

@ -37,8 +37,8 @@ import (
"github.com/coreos/etcd/pkg/transport"
"github.com/coreos/etcd/proxy/grpcproxy"
"github.com/cockroachdb/cmux"
grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus"
"github.com/soheilhy/cmux"
"github.com/spf13/cobra"
"google.golang.org/grpc"
)