Unverified Commit 6bf75ee7 authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #5 from ipfs/fix/protobuf

fix the protobuf import
parents 64bc8442 b540cf7e
...@@ -8,8 +8,8 @@ import ( ...@@ -8,8 +8,8 @@ import (
. "github.com/ipfs/go-merkledag" . "github.com/ipfs/go-merkledag"
mdtest "github.com/ipfs/go-merkledag/test" mdtest "github.com/ipfs/go-merkledag/test"
ipld "github.com/ipfs/go-ipld-format"
cid "github.com/ipfs/go-cid" cid "github.com/ipfs/go-cid"
ipld "github.com/ipfs/go-ipld-format"
) )
func TestStableCID(t *testing.T) { func TestStableCID(t *testing.T) {
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"hash": "Qme4mBZ8DawL9xJPSzoEnFCHPzEAZ7NTNYoXSqgVBXpXeo", "hash": "QmdxUuburamoF6zF9qjeQC4WYcWGbWuRmdLacMEsW8ioD8",
"name": "gogo-protobuf", "name": "gogo-protobuf",
"version": "0.0.0" "version": "0.0.0"
}, },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment