Skip to content

Commit

Permalink
Update yamux
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Aug 23, 2016
1 parent 9afbc49 commit 0e92633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ import (
"golang.org/x/crypto/pbkdf2"

"github.com/golang/snappy"
"github.com/hashicorp/yamux"
kcp "github.com/madeye/kcp-go"
"github.com/urfave/cli"
"github.com/xtaci/yamux"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import (
"golang.org/x/crypto/pbkdf2"

"github.com/golang/snappy"
"github.com/hashicorp/yamux"
kcp "github.com/madeye/kcp-go"
"github.com/urfave/cli"
"github.com/xtaci/yamux"
)

var (
Expand Down

0 comments on commit 0e92633

Please sign in to comment.