Use post-extraction import paths

This commit is contained in:
Lars Gierth
2016-04-15 22:56:37 -07:00
parent 6a447a0b87
commit 0cf66c98e5
8 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
package queue
import (
peer "github.com/ipfs/go-libp2p/p2p/peer"
peer "github.com/ipfs/go-libp2p-peer"
logging "github.com/ipfs/go-log"
context "golang.org/x/net/context"
)