Commit 52a09256 authored by Jeromy's avatar Jeromy
Browse files

vendor go-ipfs-util

parent ebd0a2df
{
"name": "go-ipfs-util",
"author": "whyrusleeping",
"version": "1.0.0",
"language": "go",
"gx": {
"dvcsimport": "github.com/ipfs/go-ipfs-util"
}
}
\ No newline at end of file
...@@ -12,8 +12,8 @@ import ( ...@@ -12,8 +12,8 @@ import (
"strings" "strings"
"time" "time"
b58 "QmNsoHoCVhgXcv1Yg45jtkMgimxorTAN36fV9AQMFXHHAQ/go-base58" b58 "github.com/jbenet/go-base58"
mh "QmdsKjp5fcCT8PZ8JBMcdFsCbbmKwSLCU5xXbsnwb5DMxy/go-multihash" mh "github.com/jbenet/go-multihash"
) )
// Debug is a global flag for debugging. // Debug is a global flag for debugging.
......
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