Commit 47b61ce3 authored by Ho-Sheng Hsiao's avatar Ho-Sheng Hsiao Committed by Juan Batiz-Benet

Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs

- Modified Godeps/Godeps.json by hand
- [TEST] Updated welcome docs hash to sharness
- [TEST] Updated contact doc
- [TEST] disabled breaking test (t0080-repo refs local)
parent d8386744
......@@ -7,7 +7,7 @@ import (
"strings"
"text/template"
cmds "github.com/jbenet/go-ipfs/commands"
cmds "github.com/ipfs/go-ipfs/commands"
)
const (
......
......@@ -8,9 +8,9 @@ import (
"runtime"
"strings"
cmds "github.com/jbenet/go-ipfs/commands"
files "github.com/jbenet/go-ipfs/commands/files"
u "github.com/jbenet/go-ipfs/util"
cmds "github.com/ipfs/go-ipfs/commands"
files "github.com/ipfs/go-ipfs/commands/files"
u "github.com/ipfs/go-ipfs/util"
)
// ErrInvalidSubcmd signals when the parse error is not found
......
......@@ -4,7 +4,7 @@ import (
//"fmt"
"testing"
"github.com/jbenet/go-ipfs/commands"
"github.com/ipfs/go-ipfs/commands"
)
func TestOptionParsing(t *testing.T) {
......
......@@ -7,7 +7,7 @@ import (
"reflect"
"strings"
u "github.com/jbenet/go-ipfs/util"
u "github.com/ipfs/go-ipfs/util"
)
var log = u.Logger("command")
......
......@@ -11,8 +11,8 @@ import (
"strconv"
"strings"
cmds "github.com/jbenet/go-ipfs/commands"
config "github.com/jbenet/go-ipfs/repo/config"
cmds "github.com/ipfs/go-ipfs/commands"
config "github.com/ipfs/go-ipfs/repo/config"
)
const (
......
......@@ -8,9 +8,9 @@ import (
"strconv"
"strings"
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
cmds "github.com/jbenet/go-ipfs/commands"
u "github.com/jbenet/go-ipfs/util"
context "github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
cmds "github.com/ipfs/go-ipfs/commands"
u "github.com/ipfs/go-ipfs/util"
)
var log = u.Logger("commands/http")
......
......@@ -9,7 +9,7 @@ import (
"net/url"
"sync"
files "github.com/jbenet/go-ipfs/commands/files"
files "github.com/ipfs/go-ipfs/commands/files"
)
// MultiFileReader reads from a `commands.File` (which can be a directory of files
......
......@@ -7,7 +7,7 @@ import (
"strings"
"testing"
files "github.com/jbenet/go-ipfs/commands/files"
files "github.com/ipfs/go-ipfs/commands/files"
)
func TestOutput(t *testing.T) {
......
......@@ -7,8 +7,8 @@ import (
"net/http"
"strings"
cmds "github.com/jbenet/go-ipfs/commands"
files "github.com/jbenet/go-ipfs/commands/files"
cmds "github.com/ipfs/go-ipfs/commands"
files "github.com/ipfs/go-ipfs/commands/files"
)
// Parse parses the data in a http.Request and returns a command Request object
......
......@@ -3,7 +3,7 @@ package commands
import (
"reflect"
"github.com/jbenet/go-ipfs/util"
"github.com/ipfs/go-ipfs/util"
)
// Types of Command options
......
......@@ -8,11 +8,11 @@ import (
"reflect"
"strconv"
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
"github.com/jbenet/go-ipfs/commands/files"
"github.com/jbenet/go-ipfs/core"
"github.com/jbenet/go-ipfs/repo/config"
u "github.com/jbenet/go-ipfs/util"
context "github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
"github.com/ipfs/go-ipfs/commands/files"
"github.com/ipfs/go-ipfs/core"
"github.com/ipfs/go-ipfs/repo/config"
u "github.com/ipfs/go-ipfs/util"
)
type OptMap map[string]interface{}
......
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