use context from stdlib

This commit is contained in:
Jeromy
2016-10-04 16:19:16 -07:00
parent 8b37b2c3bd
commit c87d50ff49
6 changed files with 6 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
package peerstore
import (
"context"
"errors"
"fmt"
"sync"
@@ -13,7 +14,6 @@ import (
"github.com/ipfs/go-libp2p-peer"
logging "github.com/ipfs/go-log"
ma "github.com/jbenet/go-multiaddr"
"golang.org/x/net/context"
)
var log = logging.Logger("peerstore")