Commit 727c7d44 authored by Łukasz Magiera's avatar Łukasz Magiera

gx: update to use extracted go-ipfs-files

parent b5618106
...@@ -11,7 +11,7 @@ import ( ...@@ -11,7 +11,7 @@ import (
cid "github.com/ipfs/go-cid" cid "github.com/ipfs/go-cid"
chunker "github.com/ipfs/go-ipfs-chunker" 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" pi "github.com/ipfs/go-ipfs-posinfo"
ipld "github.com/ipfs/go-ipld-format" ipld "github.com/ipfs/go-ipld-format"
) )
......
...@@ -7,11 +7,6 @@ ...@@ -7,11 +7,6 @@
"dvcsimport": "github.com/ipfs/go-unixfs" "dvcsimport": "github.com/ipfs/go-unixfs"
}, },
"gxDependencies": [ "gxDependencies": [
{
"hash": "QmSP88ryZkHSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky",
"name": "go-ipfs-cmdkit",
"version": "1.1.3"
},
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"hash": "QmfJHywXQu98UeZtGJBQrPAR6AtmDjjbe3qjTo9piXHPnx", "hash": "QmfJHywXQu98UeZtGJBQrPAR6AtmDjjbe3qjTo9piXHPnx",
...@@ -71,6 +66,12 @@ ...@@ -71,6 +66,12 @@
"hash": "QmdDXJs4axxefSPgK6Y1QhpJWKuDPnGJiqgq4uncb4rFHL", "hash": "QmdDXJs4axxefSPgK6Y1QhpJWKuDPnGJiqgq4uncb4rFHL",
"name": "go-ipld-format", "name": "go-ipld-format",
"version": "0.6.0" "version": "0.6.0"
},
{
"author": "magik6k",
"hash": "QmPPTbdBVPWgSwtDzL4ftVc5E3TH32oUtnov3RFNwbEoR4",
"name": "go-ipfs-files",
"version": "1.0.0"
} }
], ],
"gxVersion": "0.12.1", "gxVersion": "0.12.1",
......
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