Unverified Commit a0b8d043 authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #36 from ipfs/gx/update-extract-files

gx: update to use extracted go-ipfs-files
parents b5618106 7ddbf699
1.1.9: QmRX6WZhMinQrQhyuwaqNHYQtNPhtBwzxKFySzNMaJmW9v
1.1.10: QmZMVjyWaNCo3Ec44Ce2BcboNuGiQZiJdwW2D3pzwsJdRd
......@@ -11,7 +11,7 @@ import (
cid "github.com/ipfs/go-cid"
chunker "github.com/ipfs/go-ipfs-chunker"
files "github.com/ipfs/go-ipfs-cmdkit/files"
files "github.com/ipfs/go-ipfs-files"
pi "github.com/ipfs/go-ipfs-posinfo"
ipld "github.com/ipfs/go-ipld-format"
)
......
......@@ -7,11 +7,6 @@
"dvcsimport": "github.com/ipfs/go-unixfs"
},
"gxDependencies": [
{
"hash": "QmSP88ryZkHSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky",
"name": "go-ipfs-cmdkit",
"version": "1.1.3"
},
{
"author": "whyrusleeping",
"hash": "QmfJHywXQu98UeZtGJBQrPAR6AtmDjjbe3qjTo9piXHPnx",
......@@ -71,6 +66,12 @@
"hash": "QmdDXJs4axxefSPgK6Y1QhpJWKuDPnGJiqgq4uncb4rFHL",
"name": "go-ipld-format",
"version": "0.6.0"
},
{
"author": "magik6k",
"hash": "QmPPTbdBVPWgSwtDzL4ftVc5E3TH32oUtnov3RFNwbEoR4",
"name": "go-ipfs-files",
"version": "1.0.0"
}
],
"gxVersion": "0.12.1",
......@@ -78,6 +79,6 @@
"license": "",
"name": "go-unixfs",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "1.1.9"
"version": "1.1.10"
}
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