Skip to content

Commit

Permalink
Merge pull request ipfs#5 from ipfs/fix/protobuf
Browse files Browse the repository at this point in the history
fix the protobuf import
  • Loading branch information
Stebalien authored Aug 8, 2018
2 parents 64bc844 + b540cf7 commit 6bf75ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
. "github.com/ipfs/go-merkledag"
mdtest "github.com/ipfs/go-merkledag/test"

ipld "github.com/ipfs/go-ipld-format"
cid "github.com/ipfs/go-cid"
ipld "github.com/ipfs/go-ipld-format"
)

func TestStableCID(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
{
"author": "whyrusleeping",
"hash": "Qme4mBZ8DawL9xJPSzoEnFCHPzEAZ7NTNYoXSqgVBXpXeo",
"hash": "QmdxUuburamoF6zF9qjeQC4WYcWGbWuRmdLacMEsW8ioD8",
"name": "gogo-protobuf",
"version": "0.0.0"
},
Expand Down

0 comments on commit 6bf75ee

Please sign in to comment.