1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 19:32:24 +08:00

vendoring ipns things

This commit is contained in:
Juan Batiz-Benet
2014-10-01 00:44:22 -07:00
parent 9652ada0d2
commit f085d594aa
14 changed files with 152 additions and 19 deletions

View File

@ -3,8 +3,8 @@ package namesys
import (
"time"
"code.google.com/p/go.net/context"
"code.google.com/p/goprotobuf/proto"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.net/context"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/goprotobuf/proto"
ci "github.com/jbenet/go-ipfs/crypto"
mdag "github.com/jbenet/go-ipfs/merkledag"