Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
extract protocol and maddr-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed Oct 4, 2016
1 parent 495154f commit f004eb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swarm.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
mconn "github.com/libp2p/go-libp2p/p2p/metrics/conn"
inet "github.com/libp2p/go-libp2p/p2p/net"
conn "github.com/libp2p/go-libp2p/p2p/net/conn"
filter "github.com/libp2p/go-libp2p/p2p/net/filter"
addrutil "github.com/libp2p/go-libp2p/p2p/net/swarm/addr"

ci "github.com/ipfs/go-libp2p-crypto"
Expand All @@ -28,6 +27,7 @@ import (
"github.com/jbenet/goprocess"
goprocessctx "github.com/jbenet/goprocess/context"
transport "github.com/libp2p/go-libp2p-transport"
filter "github.com/libp2p/go-maddr-filter"
tcpt "github.com/libp2p/go-tcp-transport"
psmss "github.com/whyrusleeping/go-smux-multistream"
spdy "github.com/whyrusleeping/go-smux-spdystream"
Expand Down
2 changes: 1 addition & 1 deletion swarm_stream.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package swarm

import (
protocol "github.com/libp2p/go-libp2p-protocol"
inet "github.com/libp2p/go-libp2p/p2p/net"
protocol "github.com/libp2p/go-libp2p/p2p/protocol"

ps "github.com/jbenet/go-peerstream"
)
Expand Down

0 comments on commit f004eb4

Please sign in to comment.