File tree 6 files changed +18
-10
lines changed
6 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
- 2.0.1: QmXTmUCBtDUrzDYVzASogLiNph7EBuYqEgPL7QoHNMzUnz
1
+ 2.0.2: QmVy9gWXWJB8GrQG85Sq7hCknC6ANqZjJCZkRo8Y6sk5tx
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
15
15
osh "github.com/Kubuxu/go-os-helper"
16
16
"github.com/ipfs/go-ipfs-cmdkit"
17
- "github.com/ipfs/go-ipfs-cmdkit/ files"
17
+ "github.com/ipfs/go-ipfs-files"
18
18
logging "github.com/ipfs/go-log"
19
19
)
20
20
Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ import (
10
10
"net/url"
11
11
"strings"
12
12
13
- "github.com/ipfs/go-ipfs-cmdkit"
14
- "github.com/ipfs/go-ipfs-cmdkit/files"
15
13
cmds "github.com/ipfs/go-ipfs-cmds"
14
+
15
+ "github.com/ipfs/go-ipfs-cmdkit"
16
+ "github.com/ipfs/go-ipfs-files"
16
17
)
17
18
18
19
const (
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ import (
9
9
"strconv"
10
10
"strings"
11
11
12
- "github.com/ipfs/go-ipfs-cmdkit"
13
- "github.com/ipfs/go-ipfs-cmdkit/files"
14
12
cmds "github.com/ipfs/go-ipfs-cmds"
13
+
14
+ "github.com/ipfs/go-ipfs-cmdkit"
15
+ "github.com/ipfs/go-ipfs-files"
15
16
)
16
17
17
18
// parseRequest parses the data in a http.Request and returns a command Request object
Original file line number Diff line number Diff line change 25
25
"version" : " 1.2.8"
26
26
},
27
27
{
28
- "hash" : " QmSP88ryZkHSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky " ,
28
+ "hash" : " Qmde5VP1qUkyQXKCfmEUA7bP64V2HAptbJ7phuPp7jXWwg " ,
29
29
"name" : " go-ipfs-cmdkit" ,
30
- "version" : " 1.1.3 "
30
+ "version" : " 1.2.0 "
31
31
},
32
32
{
33
33
"author" : " texttheater" ,
40
40
"hash" : " QmXuBJ7DR6k3rmUEKtvVMhwjmXDuJgXXPUt4LQXKBMsU93" ,
41
41
"name" : " go-os-helper" ,
42
42
"version" : " 0.0.0"
43
+ },
44
+ {
45
+ "author" : " magik6k" ,
46
+ "hash" : " QmPPTbdBVPWgSwtDzL4ftVc5E3TH32oUtnov3RFNwbEoR4" ,
47
+ "name" : " go-ipfs-files" ,
48
+ "version" : " 1.0.0"
43
49
}
44
50
],
45
51
"gxVersion" : " 0.10.0" ,
46
52
"language" : " go" ,
47
53
"license" : " MIT" ,
48
54
"name" : " go-ipfs-cmds" ,
49
55
"releaseCmd" : " git commit -a -m \" gx publish $VERSION\" " ,
50
- "version" : " 2.0.1 "
56
+ "version" : " 2.0.2 "
51
57
}
52
58
Original file line number Diff line number Diff line change 6
6
"reflect"
7
7
8
8
"github.com/ipfs/go-ipfs-cmdkit"
9
- "github.com/ipfs/go-ipfs-cmdkit/ files"
9
+ "github.com/ipfs/go-ipfs-files"
10
10
)
11
11
12
12
// Request represents a call to a command from a consumer
You can’t perform that action at this time.
0 commit comments