Commit 3bed6276 authored by Jeromy's avatar Jeromy

gx deps

parent 00af99ed
{
"author": "why",
"bugs": {},
"gx": {
"dvcsimport": "github.com/ipfs/go-verifcid"
},
"gxDependencies": [
{
"author": "multiformats",
"hash": "QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8",
"name": "go-multihash",
"version": "1.0.8"
},
{
"author": "whyrusleeping",
"hash": "QmYVNvtQkeZ6AKSwDrjQTs432QtL6umrrK41EBq3cu7iSP",
"name": "go-cid",
"version": "0.7.22"
}
],
"gxVersion": "0.12.1",
"language": "go",
"license": "",
"name": "go-verifcid",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "0.0.0"
}
......@@ -3,8 +3,8 @@ package verifcid
import (
"fmt"
mh "gx/ipfs/QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8/go-multihash"
cid "gx/ipfs/QmYVNvtQkeZ6AKSwDrjQTs432QtL6umrrK41EBq3cu7iSP/go-cid"
cid "github.com/ipfs/go-cid"
mh "github.com/multiformats/go-multihash"
)
var ErrPossiblyInsecureHashFunction = fmt.Errorf("potentially insecure hash functions not allowed")
......
......@@ -3,9 +3,9 @@ package verifcid
import (
"testing"
mh "gx/ipfs/QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8/go-multihash"
mh "github.com/multiformats/go-multihash"
cid "gx/ipfs/QmYVNvtQkeZ6AKSwDrjQTs432QtL6umrrK41EBq3cu7iSP/go-cid"
cid "github.com/ipfs/go-cid"
)
func TestValidateCids(t *testing.T) {
......
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