@@ -1,8 +1,8 @@
package client
import (
- "github.com/dotcloud/docker/future"
- "github.com/dotcloud/docker/rcli"
+ "../future"
+ "../rcli"
"io"
"io/ioutil"
"log"
@@ -1,7 +1,7 @@
package main
- "github.com/dotcloud/docker/client"
+ "../client"
"flag"
"os"
- "github.com/dotcloud/docker"
- "github.com/dotcloud/docker/server"
+ ".."
+ "../server"
)
package fs
- "github.com/dotcloud/docker/fake"
+ "../fake"
"testing"
"errors"
"fmt"
@@ -6,10 +6,10 @@ import (
"encoding/json"
- "github.com/dotcloud/docker/fs"
+ "../fs"
"net/http"
"net/url"