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

Merge pull request #107 from ipfs/gx/update

gx update deps
parents d20ab291 293e1ba6
1.0.13: QmTjNRVt2fvaRFu93keEC7z5M1GS1iH6qZ9227htQioTUY 1.0.14: QmSKYWC84fqkKB54Te5JMcov2MBVzucXaRGxFqByzzCbHe
...@@ -15,7 +15,7 @@ import ( ...@@ -15,7 +15,7 @@ import (
"github.com/ipfs/go-ipfs-cmds" "github.com/ipfs/go-ipfs-cmds"
logging "github.com/ipfs/go-log" logging "github.com/ipfs/go-log"
osh "gx/ipfs/QmXuBJ7DR6k3rmUEKtvVMhwjmXDuJgXXPUt4LQXKBMsU93/go-os-helper" osh "github.com/Kubuxu/go-os-helper"
) )
var log = logging.Logger("cmds/cli") var log = logging.Logger("cmds/cli")
......
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
}, },
"gxDependencies": [ "gxDependencies": [
{ {
"hash": "QmRb5jh8z2E8hMGN2tkvs1yHynUanqnZ3UeKwgN1i9P1F8", "hash": "QmTG23dvpBCBjqQwyDxV8CQT6jmS4PSftNr1VqHhE3MLy7",
"name": "go-log", "name": "go-log",
"version": "1.4.0" "version": "1.4.1"
}, },
{ {
"author": "rs", "author": "rs",
...@@ -31,9 +31,9 @@ ...@@ -31,9 +31,9 @@
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"hash": "Qmf9JgVLz46pxPXwG2eWSJpkqVCcjD4rp7zCRi2KP6GTNB", "hash": "QmPDZJxtWGfcwLPazJxD4h3v3aDs43V7UNAVs3Jz1Wo7o4",
"name": "go-libp2p-loggables", "name": "go-libp2p-loggables",
"version": "1.1.13" "version": "1.1.14"
}, },
{ {
"author": "texttheater", "author": "texttheater",
...@@ -53,6 +53,6 @@ ...@@ -53,6 +53,6 @@
"license": "MIT", "license": "MIT",
"name": "go-ipfs-cmds", "name": "go-ipfs-cmds",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "1.0.13" "version": "1.0.14"
} }
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