diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 89c4431c..c2d98d7e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ ### Setup your mc Github Repository -Fork [mc upstream](https://github.com/minio-io/mc/fork) source repository to your own personal repository. +Fork [mc upstream](https://github.com/minio/mc/fork) source repository to your own personal repository. ```sh $ git clone https://github.com/$USER_ID/mc $ cd mc diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index f4f0489e..51609075 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,5 +1,5 @@ { - "ImportPath": "github.com/minio-io/mc", + "ImportPath": "github.com/minio/mc", "GoVersion": "go1.4", "Packages": [ "./..." @@ -22,20 +22,20 @@ "Rev": "c06d8730d42f16f3e8dddc236c7d69c0952a8a2c" }, { - "ImportPath": "github.com/minio-io/check", + "ImportPath": "github.com/minio/check", "Rev": "bc4e66da8cd7ff58a4b9b84301f906352b8f2c94" }, { - "ImportPath": "github.com/minio-io/cli", + "ImportPath": "github.com/minio/cli", "Comment": "1.2.0-110-g111d644", "Rev": "111d6445d384505978aaf5b218ce96d163b73c57" }, { - "ImportPath": "github.com/minio-io/minio/pkg/iodine", + "ImportPath": "github.com/minio/minio/pkg/iodine", "Rev": "1d4bc0c34e0c0ceb6606dab4e99288df0166c3d1" }, { - "ImportPath": "github.com/minio-io/minio/pkg/utils/log", + "ImportPath": "github.com/minio/minio/pkg/utils/log", "Rev": "1d4bc0c34e0c0ceb6606dab4e99288df0166c3d1" }, { diff --git a/Godeps/_workspace/src/github.com/minio-io/check/README.md b/Godeps/_workspace/src/github.com/minio-io/check/README.md index dc8b8bf6..3cf695e5 100644 --- a/Godeps/_workspace/src/github.com/minio-io/check/README.md +++ b/Godeps/_workspace/src/github.com/minio-io/check/README.md @@ -3,11 +3,11 @@ Instructions Install the package with: - go get github.com/minio-io/check + go get github.com/minio/check Import it with: - import "github.com/minio-io/check" + import "github.com/minio/check" and use _check_ as the package name inside the code. diff --git a/Godeps/_workspace/src/github.com/minio-io/check/benchmark_test.go b/Godeps/_workspace/src/github.com/minio-io/check/benchmark_test.go index aa440b46..b35dbb6f 100644 --- a/Godeps/_workspace/src/github.com/minio-io/check/benchmark_test.go +++ b/Godeps/_workspace/src/github.com/minio-io/check/benchmark_test.go @@ -3,7 +3,7 @@ package check_test import ( - . "github.com/minio-io/check" + . "github.com/minio/check" "time" ) diff --git a/Godeps/_workspace/src/github.com/minio-io/check/bootstrap_test.go b/Godeps/_workspace/src/github.com/minio-io/check/bootstrap_test.go index 234612cd..d1d1b451 100644 --- a/Godeps/_workspace/src/github.com/minio-io/check/bootstrap_test.go +++ b/Godeps/_workspace/src/github.com/minio-io/check/bootstrap_test.go @@ -14,7 +14,7 @@ package check_test import ( "fmt" - "github.com/minio-io/check" + "github.com/minio/check" "strings" ) diff --git a/Godeps/_workspace/src/github.com/minio-io/check/check_test.go b/Godeps/_workspace/src/github.com/minio-io/check/check_test.go index 852cdfed..4c087b74 100644 --- a/Godeps/_workspace/src/github.com/minio-io/check/check_test.go +++ b/Godeps/_workspace/src/github.com/minio-io/check/check_test.go @@ -12,7 +12,7 @@ import ( "testing" "time" - "github.com/minio-io/check" + "github.com/minio/check" ) // We count the number of suites run at least to get a vague hint that the diff --git a/Godeps/_workspace/src/github.com/minio-io/check/checkers_test.go b/Godeps/_workspace/src/github.com/minio-io/check/checkers_test.go index 8450a96e..9bdf5c62 100644 --- a/Godeps/_workspace/src/github.com/minio-io/check/checkers_test.go +++ b/Godeps/_workspace/src/github.com/minio-io/check/checkers_test.go @@ -2,7 +2,7 @@ package check_test import ( "errors" - "github.com/minio-io/check" + "github.com/minio/check" "reflect" "runtime" ) diff --git a/Godeps/_workspace/src/github.com/minio-io/check/fixture_test.go b/Godeps/_workspace/src/github.com/minio-io/check/fixture_test.go index 7e428903..2ecad126 100644 --- a/Godeps/_workspace/src/github.com/minio-io/check/fixture_test.go +++ b/Godeps/_workspace/src/github.com/minio-io/check/fixture_test.go @@ -3,7 +3,7 @@ package check_test import ( - . "github.com/minio-io/check" + . "github.com/minio/check" ) // ----------------------------------------------------------------------- diff --git a/Godeps/_workspace/src/github.com/minio-io/check/foundation_test.go b/Godeps/_workspace/src/github.com/minio-io/check/foundation_test.go index 7d2ee1c5..0336195f 100644 --- a/Godeps/_workspace/src/github.com/minio-io/check/foundation_test.go +++ b/Godeps/_workspace/src/github.com/minio-io/check/foundation_test.go @@ -8,7 +8,7 @@ package check_test import ( "fmt" - "github.com/minio-io/check" + "github.com/minio/check" "log" "os" "regexp" diff --git a/Godeps/_workspace/src/github.com/minio-io/check/helpers_test.go b/Godeps/_workspace/src/github.com/minio-io/check/helpers_test.go index 9b49400c..9bb0986a 100644 --- a/Godeps/_workspace/src/github.com/minio-io/check/helpers_test.go +++ b/Godeps/_workspace/src/github.com/minio-io/check/helpers_test.go @@ -4,7 +4,7 @@ package check_test import ( - "github.com/minio-io/check" + "github.com/minio/check" "os" "reflect" "runtime" diff --git a/Godeps/_workspace/src/github.com/minio-io/check/printer_test.go b/Godeps/_workspace/src/github.com/minio-io/check/printer_test.go index fcf2e11d..885ea334 100644 --- a/Godeps/_workspace/src/github.com/minio-io/check/printer_test.go +++ b/Godeps/_workspace/src/github.com/minio-io/check/printer_test.go @@ -1,7 +1,7 @@ package check_test import ( - . "github.com/minio-io/check" + . "github.com/minio/check" ) var _ = Suite(&PrinterS{}) diff --git a/Godeps/_workspace/src/github.com/minio-io/check/run_test.go b/Godeps/_workspace/src/github.com/minio-io/check/run_test.go index 4de79fb6..abd7c580 100644 --- a/Godeps/_workspace/src/github.com/minio-io/check/run_test.go +++ b/Godeps/_workspace/src/github.com/minio-io/check/run_test.go @@ -4,7 +4,7 @@ package check_test import ( "errors" - . "github.com/minio-io/check" + . "github.com/minio/check" "os" "sync" ) diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/README.md b/Godeps/_workspace/src/github.com/minio-io/cli/README.md index 4c7dddb5..f1813017 100644 --- a/Godeps/_workspace/src/github.com/minio-io/cli/README.md +++ b/Godeps/_workspace/src/github.com/minio-io/cli/README.md @@ -2,7 +2,7 @@ cli.go is simple, fast, and fun package for building command line apps in Go. The goal is to enable developers to write fast and distributable command line applications in an expressive way. - This is a fork of ``github.com/codegangsta/cli`` until our patches get merge upstream You can view the API docs here: -http://godoc.org/github.com/minio-io/cli +http://godoc.org/github.com/minio/cli ## Overview Command line apps are usually so tiny that there is absolutely no reason why your code should *not* be self-documenting. Things like generating help text and parsing command flags should not hinder productivity when writing a command line app. @@ -14,7 +14,7 @@ Make sure you have a working Go environment (go 1.1 is *required*). [See the ins To install `cli.go`, simply run: ``` -$ go get github.com/minio-io/cli +$ go get github.com/minio/cli ``` Make sure your `PATH` includes to the `$GOPATH/bin` directory so your commands can be easily used: @@ -30,7 +30,7 @@ package main import ( "os" - "github.com/minio-io/cli" + "github.com/minio/cli" ) func main() { @@ -45,7 +45,7 @@ package main import ( "os" - "github.com/minio-io/cli" + "github.com/minio/cli" ) func main() { @@ -73,7 +73,7 @@ package main import ( "os" - "github.com/minio-io/cli" + "github.com/minio/cli" ) func main() { diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/app_test.go b/Godeps/_workspace/src/github.com/minio-io/cli/app_test.go index a7c9fd70..98653c42 100644 --- a/Godeps/_workspace/src/github.com/minio-io/cli/app_test.go +++ b/Godeps/_workspace/src/github.com/minio-io/cli/app_test.go @@ -6,7 +6,7 @@ import ( "os" "testing" - "github.com/minio-io/cli" + "github.com/minio/cli" ) func ExampleApp() { diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/cli_test.go b/Godeps/_workspace/src/github.com/minio-io/cli/cli_test.go index 96eaf179..c097b3b8 100644 --- a/Godeps/_workspace/src/github.com/minio-io/cli/cli_test.go +++ b/Godeps/_workspace/src/github.com/minio-io/cli/cli_test.go @@ -3,7 +3,7 @@ package cli_test import ( "os" - "github.com/minio-io/cli" + "github.com/minio/cli" ) func Example() { diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/command_test.go b/Godeps/_workspace/src/github.com/minio-io/cli/command_test.go index 374eec56..08adc15d 100644 --- a/Godeps/_workspace/src/github.com/minio-io/cli/command_test.go +++ b/Godeps/_workspace/src/github.com/minio-io/cli/command_test.go @@ -4,7 +4,7 @@ import ( "flag" "testing" - "github.com/minio-io/cli" + "github.com/minio/cli" ) func TestCommandDoNotIgnoreFlags(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/context_test.go b/Godeps/_workspace/src/github.com/minio-io/cli/context_test.go index b5635960..207161d7 100644 --- a/Godeps/_workspace/src/github.com/minio-io/cli/context_test.go +++ b/Godeps/_workspace/src/github.com/minio-io/cli/context_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - "github.com/minio-io/cli" + "github.com/minio/cli" ) func TestNewContext(t *testing.T) { diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/flag_test.go b/Godeps/_workspace/src/github.com/minio-io/cli/flag_test.go index c374dd5a..cda91c55 100644 --- a/Godeps/_workspace/src/github.com/minio-io/cli/flag_test.go +++ b/Godeps/_workspace/src/github.com/minio-io/cli/flag_test.go @@ -7,7 +7,7 @@ import ( "strings" "testing" - "github.com/minio-io/cli" + "github.com/minio/cli" ) var boolFlagTests = []struct { diff --git a/Godeps/_workspace/src/github.com/minio-io/minio/pkg/iodine/iodine.go b/Godeps/_workspace/src/github.com/minio-io/minio/pkg/iodine/iodine.go index 71e29c89..21a88688 100644 --- a/Godeps/_workspace/src/github.com/minio-io/minio/pkg/iodine/iodine.go +++ b/Godeps/_workspace/src/github.com/minio-io/minio/pkg/iodine/iodine.go @@ -226,6 +226,6 @@ func init() { _, iodineFile, _, _ := runtime.Caller(0) iodineFile = path.Dir(iodineFile) // trim iodine.go iodineFile = path.Dir(iodineFile) // trim iodine - iodineFile = path.Dir(iodineFile) // trim minio-io + iodineFile = path.Dir(iodineFile) // trim minio gopath = path.Dir(iodineFile) + "/" // trim github.com } diff --git a/Makefile b/Makefile index 21692f04..29d65c3a 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ checkdeps: checkgopath: @echo "Checking if project is at ${GOPATH}" - @for mcpath in $(echo ${GOPATH} | sed 's/:/\n/g' | grep -v Godeps); do if [ ! -d ${mcpath}/src/github.com/minio-io/mc ]; then echo "Project not found in ${mcpath}, please follow instructions provided at https://github.com/Minio-io/minio/blob/master/CONTRIBUTING.md#setup-your-minio-github-repository" && exit 1; fi done + @for mcpath in $(echo ${GOPATH} | sed 's/:/\n/g' | grep -v Godeps); do if [ ! -d ${mcpath}/src/github.com/minio/mc ]; then echo "Project not found in ${mcpath}, please follow instructions provided at https://github.com/Minio-io/minio/blob/master/CONTRIBUTING.md#setup-your-minio-github-repository" && exit 1; fi done getdeps: checkdeps checkgopath - @go get github.com/minio-io/godep && echo "Installed godep:" + @go get github.com/minio/godep && echo "Installed godep:" @go get github.com/golang/lint/golint && echo "Installed golint:" @go get golang.org/x/tools/cmd/vet && echo "Installed vet:" @go get github.com/fzipp/gocyclo && echo "Installed gocyclo:" @@ -60,7 +60,7 @@ env: install: test-all @echo "Installing mc:" - @godep go install -a -ldflags "-X main.BuildDate `date -u '+%FT%T.%N%:z'`" github.com/minio-io/mc + @godep go install -a -ldflags "-X main.BuildDate `date -u '+%FT%T.%N%:z'`" github.com/minio/mc @mkdir -p $(HOME)/.mc clean: diff --git a/README.md b/README.md index fe2fcf7e..e3de5e34 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ mc - Minio Client command for filesystems and object Storage. "mc" has features to resume partial downloads, progress bar, network reconnect and checksum verification. It is written in golang and released under [Apache license v2](./LICENSE). -[![GoDoc](https://godoc.org/github.com/minio-io/mc?status.svg)](https://godoc.org/github.com/minio-io/mc) -[![Build Status](https://travis-ci.org/minio-io/mc.svg)](https://travis-ci.org/minio-io/mc) +[![GoDoc](https://godoc.org/github.com/minio/mc?status.svg)](https://godoc.org/github.com/minio/mc) +[![Build Status](https://travis-ci.org/minio/mc.svg)](https://travis-ci.org/minio/mc) ## Install from Source ```go -# go get github.com/minio-io/mc +# go get github.com/minio/mc ``` ## Join Community diff --git a/aliases.go b/aliases.go index 32341e7a..74dd4ba9 100644 --- a/aliases.go +++ b/aliases.go @@ -21,7 +21,7 @@ import ( "regexp" "strings" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/minio/pkg/iodine" ) // validAliasURL: use net/url.Parse to validate diff --git a/cmd-access.go b/cmd-access.go index fdb52fc8..2eee5dda 100644 --- a/cmd-access.go +++ b/cmd-access.go @@ -20,10 +20,10 @@ import ( "fmt" "time" - "github.com/minio-io/cli" - "github.com/minio-io/mc/pkg/client" - "github.com/minio-io/mc/pkg/console" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/cli" + "github.com/minio/mc/pkg/client" + "github.com/minio/mc/pkg/console" + "github.com/minio/minio/pkg/iodine" ) func runAccessCmd(ctx *cli.Context) { diff --git a/cmd-cat.go b/cmd-cat.go index a796340c..5d9cdce0 100644 --- a/cmd-cat.go +++ b/cmd-cat.go @@ -23,9 +23,9 @@ import ( "io" "os" - "github.com/minio-io/cli" - "github.com/minio-io/mc/pkg/console" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/cli" + "github.com/minio/mc/pkg/console" + "github.com/minio/minio/pkg/iodine" ) func runCatCmd(ctx *cli.Context) { diff --git a/cmd-common.go b/cmd-common.go index b6292971..7018c145 100644 --- a/cmd-common.go +++ b/cmd-common.go @@ -21,8 +21,8 @@ import ( "time" "github.com/cheggaaa/pb" - "github.com/minio-io/mc/pkg/console" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/mc/pkg/console" + "github.com/minio/minio/pkg/iodine" ) // isValidRetry - check if we should retry for the given error sequence diff --git a/cmd-config.go b/cmd-config.go index 33b548d7..622974a5 100644 --- a/cmd-config.go +++ b/cmd-config.go @@ -19,10 +19,10 @@ package main import ( "strings" - "github.com/minio-io/cli" - "github.com/minio-io/mc/pkg/console" - "github.com/minio-io/mc/pkg/quick" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/cli" + "github.com/minio/mc/pkg/console" + "github.com/minio/mc/pkg/quick" + "github.com/minio/minio/pkg/iodine" ) // runConfigCmd is the handle for "mc config" sub-command diff --git a/cmd-cp.go b/cmd-cp.go index 65a14189..c7fd89ac 100644 --- a/cmd-cp.go +++ b/cmd-cp.go @@ -19,9 +19,9 @@ package main import ( "strings" - "github.com/minio-io/cli" - "github.com/minio-io/mc/pkg/console" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/cli" + "github.com/minio/mc/pkg/console" + "github.com/minio/minio/pkg/iodine" ) func runCopyCmd(ctx *cli.Context) { diff --git a/cmd-ls.go b/cmd-ls.go index 2286c4a3..d7b0f4da 100644 --- a/cmd-ls.go +++ b/cmd-ls.go @@ -21,9 +21,9 @@ import ( "strings" "time" - "github.com/minio-io/cli" - "github.com/minio-io/mc/pkg/console" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/cli" + "github.com/minio/mc/pkg/console" + "github.com/minio/minio/pkg/iodine" ) // runListCmd - is a handler for mc ls command diff --git a/cmd-mb.go b/cmd-mb.go index 95818c2e..028c4b21 100644 --- a/cmd-mb.go +++ b/cmd-mb.go @@ -20,10 +20,10 @@ import ( "fmt" "time" - "github.com/minio-io/cli" - "github.com/minio-io/mc/pkg/client" - "github.com/minio-io/mc/pkg/console" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/cli" + "github.com/minio/mc/pkg/client" + "github.com/minio/mc/pkg/console" + "github.com/minio/minio/pkg/iodine" ) // runMakeBucketCmd is the handler for mc mb command diff --git a/cmd-options.go b/cmd-options.go index b7de78ca..6aa0fb2f 100644 --- a/cmd-options.go +++ b/cmd-options.go @@ -20,8 +20,8 @@ import ( "fmt" "strings" - "github.com/minio-io/cli" - "github.com/minio-io/mc/pkg/console" + "github.com/minio/cli" + "github.com/minio/mc/pkg/console" ) // List of commands diff --git a/cmd-sync.go b/cmd-sync.go index 44e3e6e4..f0706de5 100644 --- a/cmd-sync.go +++ b/cmd-sync.go @@ -19,9 +19,9 @@ package main import ( "strings" - "github.com/minio-io/cli" - "github.com/minio-io/mc/pkg/console" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/cli" + "github.com/minio/mc/pkg/console" + "github.com/minio/minio/pkg/iodine" ) func runSyncCmd(ctx *cli.Context) { diff --git a/cmd-update.go b/cmd-update.go index 4fd3d732..a13b921b 100644 --- a/cmd-update.go +++ b/cmd-update.go @@ -20,9 +20,9 @@ import ( "runtime" "time" - "github.com/minio-io/cli" - "github.com/minio-io/mc/pkg/console" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/cli" + "github.com/minio/mc/pkg/console" + "github.com/minio/minio/pkg/iodine" ) const ( diff --git a/cmd_test.go b/cmd_test.go index bbf6f906..44316756 100644 --- a/cmd_test.go +++ b/cmd_test.go @@ -29,9 +29,9 @@ import ( "net" "github.com/cheggaaa/pb" - . "github.com/minio-io/check" - "github.com/minio-io/mc/pkg/quick" - "github.com/minio-io/minio/pkg/iodine" + . "github.com/minio/check" + "github.com/minio/mc/pkg/quick" + "github.com/minio/minio/pkg/iodine" ) func Test(t *testing.T) { TestingT(t) } diff --git a/common-methods.go b/common-methods.go index 7b398c6d..a9b81bf8 100644 --- a/common-methods.go +++ b/common-methods.go @@ -20,10 +20,10 @@ import ( "io" "path/filepath" - "github.com/minio-io/mc/pkg/client" - "github.com/minio-io/mc/pkg/client/fs" - "github.com/minio-io/mc/pkg/client/s3" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/mc/pkg/client" + "github.com/minio/mc/pkg/client/fs" + "github.com/minio/mc/pkg/client/s3" + "github.com/minio/minio/pkg/iodine" ) // getSourceReader - diff --git a/config.go b/config.go index f41cd9aa..ecf3eef5 100644 --- a/config.go +++ b/config.go @@ -22,8 +22,8 @@ import ( "path" "runtime" - "github.com/minio-io/mc/pkg/quick" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/mc/pkg/quick" + "github.com/minio/minio/pkg/iodine" ) type configV1 struct { diff --git a/cp-methods.go b/cp-methods.go index 5f8f71f2..1e9cf8e2 100644 --- a/cp-methods.go +++ b/cp-methods.go @@ -19,7 +19,7 @@ package main import ( "io" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/minio/pkg/iodine" ) type sourceReader struct { diff --git a/cp-url.go b/cp-url.go index 025ba4cb..ed898f1e 100644 --- a/cp-url.go +++ b/cp-url.go @@ -22,8 +22,8 @@ import ( "path/filepath" "strings" - "github.com/minio-io/mc/pkg/client" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/mc/pkg/client" + "github.com/minio/minio/pkg/iodine" ) /// mc cp related URL processing code diff --git a/cp.go b/cp.go index 3225b901..c6492ce8 100644 --- a/cp.go +++ b/cp.go @@ -21,7 +21,7 @@ import ( "os" "github.com/cheggaaa/pb" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/minio/pkg/iodine" ) /// mc cp - related internal functions diff --git a/docs/index.md b/docs/index.md index 3b6aedd5..9d7906d4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ mc - Minio Client for S3 Compatible Object Storage released under [Apache licens ## Install ``` -# go get github.com/minio-io/mc +# go get github.com/minio/mc ``` ## Usage diff --git a/hostconfig.go b/hostconfig.go index 46e04694..1e0f895a 100644 --- a/hostconfig.go +++ b/hostconfig.go @@ -21,8 +21,8 @@ import ( "path/filepath" "strings" - "github.com/minio-io/mc/pkg/client" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/mc/pkg/client" + "github.com/minio/minio/pkg/iodine" ) type hostConfig struct { diff --git a/ls.go b/ls.go index 392138f6..c5dc569a 100644 --- a/ls.go +++ b/ls.go @@ -23,9 +23,9 @@ import ( "time" "github.com/dustin/go-humanize" - "github.com/minio-io/mc/pkg/client" - "github.com/minio-io/mc/pkg/console" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/mc/pkg/client" + "github.com/minio/mc/pkg/console" + "github.com/minio/minio/pkg/iodine" ) /// LS - related internal functions diff --git a/main.go b/main.go index 97ae9781..ee9ec543 100644 --- a/main.go +++ b/main.go @@ -25,9 +25,9 @@ import ( "time" "github.com/cheggaaa/pb" - "github.com/minio-io/cli" - "github.com/minio-io/mc/pkg/console" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/cli" + "github.com/minio/mc/pkg/console" + "github.com/minio/minio/pkg/iodine" ) // Check for the environment early on and gracefully report. diff --git a/pkg/client/client_test.go b/pkg/client/client_test.go index 872f4e3a..fc4d689c 100644 --- a/pkg/client/client_test.go +++ b/pkg/client/client_test.go @@ -19,7 +19,7 @@ package client import ( "testing" - . "github.com/minio-io/check" + . "github.com/minio/check" ) func Test(t *testing.T) { TestingT(t) } diff --git a/pkg/client/fs/fs.go b/pkg/client/fs/fs.go index a9e01509..c95fa9ab 100644 --- a/pkg/client/fs/fs.go +++ b/pkg/client/fs/fs.go @@ -27,8 +27,8 @@ import ( "io/ioutil" - "github.com/minio-io/mc/pkg/client" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/mc/pkg/client" + "github.com/minio/minio/pkg/iodine" ) type fsClient struct { diff --git a/pkg/client/fs/fs_put.go b/pkg/client/fs/fs_put.go index 14e4a5d0..cc10521a 100644 --- a/pkg/client/fs/fs_put.go +++ b/pkg/client/fs/fs_put.go @@ -25,8 +25,8 @@ import ( "os" "path/filepath" - "github.com/minio-io/mc/pkg/client" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/mc/pkg/client" + "github.com/minio/minio/pkg/iodine" ) // CreateObject - upload new object to bucket diff --git a/pkg/client/fs/fs_test.go b/pkg/client/fs/fs_test.go index 95f9c2d9..9e775cc8 100644 --- a/pkg/client/fs/fs_test.go +++ b/pkg/client/fs/fs_test.go @@ -27,8 +27,8 @@ import ( "path/filepath" "testing" - . "github.com/minio-io/check" - "github.com/minio-io/mc/pkg/client" + . "github.com/minio/check" + "github.com/minio/mc/pkg/client" ) func Test(t *testing.T) { TestingT(t) } diff --git a/pkg/client/s3/auth_test.go b/pkg/client/s3/auth_test.go index 6929c08f..1ccbd96a 100644 --- a/pkg/client/s3/auth_test.go +++ b/pkg/client/s3/auth_test.go @@ -23,7 +23,7 @@ import ( "net/url" "strings" - . "github.com/minio-io/check" + . "github.com/minio/check" ) type reqAndExpected struct { diff --git a/pkg/client/s3/bucket.go b/pkg/client/s3/bucket.go index 3cc9fd6d..2680f495 100644 --- a/pkg/client/s3/bucket.go +++ b/pkg/client/s3/bucket.go @@ -21,8 +21,8 @@ import ( "net/http" - "github.com/minio-io/mc/pkg/client" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/mc/pkg/client" + "github.com/minio/minio/pkg/iodine" ) func isValidBucketACL(acl string) bool { diff --git a/pkg/client/s3/bucket_list_contents.go b/pkg/client/s3/bucket_list_contents.go index d2abe704..5da97bee 100644 --- a/pkg/client/s3/bucket_list_contents.go +++ b/pkg/client/s3/bucket_list_contents.go @@ -16,7 +16,7 @@ package s3 -import "github.com/minio-io/mc/pkg/client" +import "github.com/minio/mc/pkg/client" /// Bucket API operations diff --git a/pkg/client/s3/bucket_object_metadata.go b/pkg/client/s3/bucket_object_metadata.go index 4653437e..6c248504 100644 --- a/pkg/client/s3/bucket_object_metadata.go +++ b/pkg/client/s3/bucket_object_metadata.go @@ -22,8 +22,8 @@ import ( "strconv" "time" - "github.com/minio-io/mc/pkg/client" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/mc/pkg/client" + "github.com/minio/minio/pkg/iodine" ) func (c *s3Client) getMetadata(bucket, object string) (content *client.Content, err error) { diff --git a/pkg/client/s3/bucket_routines.go b/pkg/client/s3/bucket_routines.go index dfe19abc..7902e619 100644 --- a/pkg/client/s3/bucket_routines.go +++ b/pkg/client/s3/bucket_routines.go @@ -28,8 +28,8 @@ import ( "strings" "time" - "github.com/minio-io/mc/pkg/client" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/mc/pkg/client" + "github.com/minio/minio/pkg/iodine" ) func (c *s3Client) listInGoRoutine(contentCh chan client.ContentOnChannel) { diff --git a/pkg/client/s3/client_test.go b/pkg/client/s3/client_test.go index e8dc0dbc..2072de44 100644 --- a/pkg/client/s3/client_test.go +++ b/pkg/client/s3/client_test.go @@ -26,9 +26,9 @@ import ( "testing" "time" - . "github.com/minio-io/check" - "github.com/minio-io/mc/pkg/client" - "github.com/minio-io/minio/pkg/iodine" + . "github.com/minio/check" + "github.com/minio/mc/pkg/client" + "github.com/minio/minio/pkg/iodine" ) func Test(t *testing.T) { TestingT(t) } diff --git a/pkg/client/s3/common.go b/pkg/client/s3/common.go index c2b254ed..dfa50881 100644 --- a/pkg/client/s3/common.go +++ b/pkg/client/s3/common.go @@ -20,7 +20,7 @@ import ( "net/http" "net/url" - "github.com/minio-io/mc/pkg/client" + "github.com/minio/mc/pkg/client" ) // New returns an initialized s3Client structure. diff --git a/pkg/client/s3/httptrace.go b/pkg/client/s3/httptrace.go index 82740076..95822e2b 100644 --- a/pkg/client/s3/httptrace.go +++ b/pkg/client/s3/httptrace.go @@ -20,8 +20,8 @@ import ( "errors" "net/http" - "github.com/minio-io/mc/pkg/client" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/mc/pkg/client" + "github.com/minio/minio/pkg/iodine" ) // HTTPTracer provides callback hook mechanism for HTTP transport. diff --git a/pkg/client/s3/object_get.go b/pkg/client/s3/object_get.go index 6117bcdf..192f65da 100644 --- a/pkg/client/s3/object_get.go +++ b/pkg/client/s3/object_get.go @@ -23,8 +23,8 @@ import ( "net/http" - "github.com/minio-io/mc/pkg/client" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/mc/pkg/client" + "github.com/minio/minio/pkg/iodine" ) /// Object API operations diff --git a/pkg/client/s3/object_put.go b/pkg/client/s3/object_put.go index 0fa80026..d8e4c1e7 100644 --- a/pkg/client/s3/object_put.go +++ b/pkg/client/s3/object_put.go @@ -24,8 +24,8 @@ import ( "net/http" "strings" - "github.com/minio-io/mc/pkg/client" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/mc/pkg/client" + "github.com/minio/minio/pkg/iodine" ) /// Object Operations PUT - keeping this in a separate file for readability diff --git a/pkg/client/s3/request.go b/pkg/client/s3/request.go index 4f09016d..092f6f1d 100644 --- a/pkg/client/s3/request.go +++ b/pkg/client/s3/request.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/minio/pkg/iodine" ) func (c *s3Client) isValidQueryURL(queryURL string) bool { diff --git a/pkg/client/s3/trace.go b/pkg/client/s3/trace.go index 7e566dfc..a5b12a49 100644 --- a/pkg/client/s3/trace.go +++ b/pkg/client/s3/trace.go @@ -22,8 +22,8 @@ import ( "net/http" "net/http/httputil" - "github.com/minio-io/mc/pkg/console" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/mc/pkg/console" + "github.com/minio/minio/pkg/iodine" ) // Trace - tracing structure diff --git a/pkg/console/console.go b/pkg/console/console.go index f0095b8b..86822bda 100644 --- a/pkg/console/console.go +++ b/pkg/console/console.go @@ -25,7 +25,7 @@ import ( "path/filepath" "github.com/fatih/color" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/minio/pkg/iodine" ) // NoDebugPrint defines if the input should be printed or not. By default it's set to true. diff --git a/pkg/console/console_test.go b/pkg/console/console_test.go index 7e7dd7f1..fe846936 100644 --- a/pkg/console/console_test.go +++ b/pkg/console/console_test.go @@ -20,7 +20,7 @@ import ( "runtime" "testing" - . "github.com/minio-io/check" + . "github.com/minio/check" ) func Test(t *testing.T) { TestingT(t) } diff --git a/pkg/quick/quick.go b/pkg/quick/quick.go index c9d96291..e700e1da 100644 --- a/pkg/quick/quick.go +++ b/pkg/quick/quick.go @@ -30,7 +30,7 @@ import ( "sync" "github.com/fatih/structs" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/minio/pkg/iodine" ) // Config - generic config interface functions diff --git a/pkg/quick/quick_test.go b/pkg/quick/quick_test.go index 731e5079..1c539e70 100644 --- a/pkg/quick/quick_test.go +++ b/pkg/quick/quick_test.go @@ -22,7 +22,7 @@ import ( "os" "testing" - . "github.com/minio-io/check" + . "github.com/minio/check" ) func Test(t *testing.T) { TestingT(t) } diff --git a/url.go b/url.go index a6ca55ba..23c90a4d 100644 --- a/url.go +++ b/url.go @@ -20,8 +20,8 @@ import ( "net/url" "strings" - "github.com/minio-io/mc/pkg/client" - "github.com/minio-io/minio/pkg/iodine" + "github.com/minio/mc/pkg/client" + "github.com/minio/minio/pkg/iodine" ) // re-usable constants