From 50559cfd65d9c594a5a0180fa1c45fc65fc670ed Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Mon, 11 May 2015 16:33:08 -0700 Subject: [PATCH] Move cli, check to minio from minio-io --- Godeps/Godeps.json | 8 ++++---- .../src/github.com/{minio-io => minio}/check/.gitignore | 0 .../src/github.com/{minio-io => minio}/check/LICENSE | 0 .../src/github.com/{minio-io => minio}/check/README.md | 0 .../src/github.com/{minio-io => minio}/check/TODO | 0 .../src/github.com/{minio-io => minio}/check/benchmark.go | 0 .../{minio-io => minio}/check/benchmark_test.go | 0 .../{minio-io => minio}/check/bootstrap_test.go | 0 .../src/github.com/{minio-io => minio}/check/check.go | 0 .../github.com/{minio-io => minio}/check/check_test.go | 0 .../src/github.com/{minio-io => minio}/check/checkers.go | 0 .../github.com/{minio-io => minio}/check/checkers_test.go | 0 .../github.com/{minio-io => minio}/check/export_test.go | 0 .../github.com/{minio-io => minio}/check/fixture_test.go | 0 .../{minio-io => minio}/check/foundation_test.go | 0 .../src/github.com/{minio-io => minio}/check/helpers.go | 0 .../github.com/{minio-io => minio}/check/helpers_test.go | 0 .../src/github.com/{minio-io => minio}/check/printer.go | 0 .../github.com/{minio-io => minio}/check/printer_test.go | 0 .../src/github.com/{minio-io => minio}/check/run.go | 0 .../src/github.com/{minio-io => minio}/check/run_test.go | 0 .../src/github.com/{minio-io => minio}/cli/.travis.yml | 0 .../src/github.com/{minio-io => minio}/cli/LICENSE | 0 .../src/github.com/{minio-io => minio}/cli/README.md | 0 .../src/github.com/{minio-io => minio}/cli/app.go | 0 .../src/github.com/{minio-io => minio}/cli/app_test.go | 0 .../cli/autocomplete/bash_autocomplete | 0 .../{minio-io => minio}/cli/autocomplete/zsh_autocomplete | 0 .../src/github.com/{minio-io => minio}/cli/bool.go | 0 .../src/github.com/{minio-io => minio}/cli/cli.go | 0 .../src/github.com/{minio-io => minio}/cli/cli_test.go | 0 .../src/github.com/{minio-io => minio}/cli/command.go | 0 .../github.com/{minio-io => minio}/cli/command_test.go | 0 .../src/github.com/{minio-io => minio}/cli/context.go | 0 .../github.com/{minio-io => minio}/cli/context_test.go | 0 .../src/github.com/{minio-io => minio}/cli/duration.go | 0 .../src/github.com/{minio-io => minio}/cli/flag.go | 0 .../src/github.com/{minio-io => minio}/cli/flag_test.go | 0 .../src/github.com/{minio-io => minio}/cli/float64.go | 0 .../src/github.com/{minio-io => minio}/cli/help.go | 0 .../github.com/{minio-io => minio}/cli/helpers_test.go | 0 .../src/github.com/{minio-io => minio}/cli/int.go | 0 .../src/github.com/{minio-io => minio}/cli/intslice.go | 0 .../src/github.com/{minio-io => minio}/cli/string.go | 0 .../src/github.com/{minio-io => minio}/cli/stringslice.go | 0 45 files changed, 4 insertions(+), 4 deletions(-) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/.gitignore (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/LICENSE (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/README.md (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/TODO (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/benchmark.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/benchmark_test.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/bootstrap_test.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/check.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/check_test.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/checkers.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/checkers_test.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/export_test.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/fixture_test.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/foundation_test.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/helpers.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/helpers_test.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/printer.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/printer_test.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/run.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/check/run_test.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/.travis.yml (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/LICENSE (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/README.md (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/app.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/app_test.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/autocomplete/bash_autocomplete (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/autocomplete/zsh_autocomplete (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/bool.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/cli.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/cli_test.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/command.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/command_test.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/context.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/context_test.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/duration.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/flag.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/flag_test.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/float64.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/help.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/helpers_test.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/int.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/intslice.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/string.go (100%) rename Godeps/_workspace/src/github.com/{minio-io => minio}/cli/stringslice.go (100%) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 0937b313a..da091e6f9 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,6 +1,6 @@ { "ImportPath": "github.com/minio/minio", - "GoVersion": "go1.4.2", + "GoVersion": "go1.4", "Packages": [ "./..." ], @@ -19,12 +19,12 @@ }, { "ImportPath": "github.com/minio/check", - "Rev": "bc4e66da8cd7ff58a4b9b84301f906352b8f2c94" + "Rev": "67f8c16c6c27bb03c82e41c2be533ace00035ab4" }, { "ImportPath": "github.com/minio/cli", - "Comment": "1.2.0-110-g111d644", - "Rev": "111d6445d384505978aaf5b218ce96d163b73c57" + "Comment": "1.2.0-111-g432a101", + "Rev": "432a1019ded42d1b34fb5f1aad60fb609245d5a1" }, { "ImportPath": "github.com/stretchr/objx", diff --git a/Godeps/_workspace/src/github.com/minio-io/check/.gitignore b/Godeps/_workspace/src/github.com/minio/check/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/.gitignore rename to Godeps/_workspace/src/github.com/minio/check/.gitignore diff --git a/Godeps/_workspace/src/github.com/minio-io/check/LICENSE b/Godeps/_workspace/src/github.com/minio/check/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/LICENSE rename to Godeps/_workspace/src/github.com/minio/check/LICENSE diff --git a/Godeps/_workspace/src/github.com/minio-io/check/README.md b/Godeps/_workspace/src/github.com/minio/check/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/README.md rename to Godeps/_workspace/src/github.com/minio/check/README.md diff --git a/Godeps/_workspace/src/github.com/minio-io/check/TODO b/Godeps/_workspace/src/github.com/minio/check/TODO similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/TODO rename to Godeps/_workspace/src/github.com/minio/check/TODO diff --git a/Godeps/_workspace/src/github.com/minio-io/check/benchmark.go b/Godeps/_workspace/src/github.com/minio/check/benchmark.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/benchmark.go rename to Godeps/_workspace/src/github.com/minio/check/benchmark.go diff --git a/Godeps/_workspace/src/github.com/minio-io/check/benchmark_test.go b/Godeps/_workspace/src/github.com/minio/check/benchmark_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/benchmark_test.go rename to Godeps/_workspace/src/github.com/minio/check/benchmark_test.go diff --git a/Godeps/_workspace/src/github.com/minio-io/check/bootstrap_test.go b/Godeps/_workspace/src/github.com/minio/check/bootstrap_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/bootstrap_test.go rename to Godeps/_workspace/src/github.com/minio/check/bootstrap_test.go diff --git a/Godeps/_workspace/src/github.com/minio-io/check/check.go b/Godeps/_workspace/src/github.com/minio/check/check.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/check.go rename to Godeps/_workspace/src/github.com/minio/check/check.go diff --git a/Godeps/_workspace/src/github.com/minio-io/check/check_test.go b/Godeps/_workspace/src/github.com/minio/check/check_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/check_test.go rename to Godeps/_workspace/src/github.com/minio/check/check_test.go diff --git a/Godeps/_workspace/src/github.com/minio-io/check/checkers.go b/Godeps/_workspace/src/github.com/minio/check/checkers.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/checkers.go rename to Godeps/_workspace/src/github.com/minio/check/checkers.go diff --git a/Godeps/_workspace/src/github.com/minio-io/check/checkers_test.go b/Godeps/_workspace/src/github.com/minio/check/checkers_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/checkers_test.go rename to Godeps/_workspace/src/github.com/minio/check/checkers_test.go diff --git a/Godeps/_workspace/src/github.com/minio-io/check/export_test.go b/Godeps/_workspace/src/github.com/minio/check/export_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/export_test.go rename to Godeps/_workspace/src/github.com/minio/check/export_test.go diff --git a/Godeps/_workspace/src/github.com/minio-io/check/fixture_test.go b/Godeps/_workspace/src/github.com/minio/check/fixture_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/fixture_test.go rename to Godeps/_workspace/src/github.com/minio/check/fixture_test.go diff --git a/Godeps/_workspace/src/github.com/minio-io/check/foundation_test.go b/Godeps/_workspace/src/github.com/minio/check/foundation_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/foundation_test.go rename to Godeps/_workspace/src/github.com/minio/check/foundation_test.go diff --git a/Godeps/_workspace/src/github.com/minio-io/check/helpers.go b/Godeps/_workspace/src/github.com/minio/check/helpers.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/helpers.go rename to Godeps/_workspace/src/github.com/minio/check/helpers.go diff --git a/Godeps/_workspace/src/github.com/minio-io/check/helpers_test.go b/Godeps/_workspace/src/github.com/minio/check/helpers_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/helpers_test.go rename to Godeps/_workspace/src/github.com/minio/check/helpers_test.go diff --git a/Godeps/_workspace/src/github.com/minio-io/check/printer.go b/Godeps/_workspace/src/github.com/minio/check/printer.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/printer.go rename to Godeps/_workspace/src/github.com/minio/check/printer.go diff --git a/Godeps/_workspace/src/github.com/minio-io/check/printer_test.go b/Godeps/_workspace/src/github.com/minio/check/printer_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/printer_test.go rename to Godeps/_workspace/src/github.com/minio/check/printer_test.go diff --git a/Godeps/_workspace/src/github.com/minio-io/check/run.go b/Godeps/_workspace/src/github.com/minio/check/run.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/run.go rename to Godeps/_workspace/src/github.com/minio/check/run.go diff --git a/Godeps/_workspace/src/github.com/minio-io/check/run_test.go b/Godeps/_workspace/src/github.com/minio/check/run_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/check/run_test.go rename to Godeps/_workspace/src/github.com/minio/check/run_test.go diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/.travis.yml b/Godeps/_workspace/src/github.com/minio/cli/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/.travis.yml rename to Godeps/_workspace/src/github.com/minio/cli/.travis.yml diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/LICENSE b/Godeps/_workspace/src/github.com/minio/cli/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/LICENSE rename to Godeps/_workspace/src/github.com/minio/cli/LICENSE diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/README.md b/Godeps/_workspace/src/github.com/minio/cli/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/README.md rename to Godeps/_workspace/src/github.com/minio/cli/README.md diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/app.go b/Godeps/_workspace/src/github.com/minio/cli/app.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/app.go rename to Godeps/_workspace/src/github.com/minio/cli/app.go diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/app_test.go b/Godeps/_workspace/src/github.com/minio/cli/app_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/app_test.go rename to Godeps/_workspace/src/github.com/minio/cli/app_test.go diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/autocomplete/bash_autocomplete b/Godeps/_workspace/src/github.com/minio/cli/autocomplete/bash_autocomplete similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/autocomplete/bash_autocomplete rename to Godeps/_workspace/src/github.com/minio/cli/autocomplete/bash_autocomplete diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/autocomplete/zsh_autocomplete b/Godeps/_workspace/src/github.com/minio/cli/autocomplete/zsh_autocomplete similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/autocomplete/zsh_autocomplete rename to Godeps/_workspace/src/github.com/minio/cli/autocomplete/zsh_autocomplete diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/bool.go b/Godeps/_workspace/src/github.com/minio/cli/bool.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/bool.go rename to Godeps/_workspace/src/github.com/minio/cli/bool.go diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/cli.go b/Godeps/_workspace/src/github.com/minio/cli/cli.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/cli.go rename to Godeps/_workspace/src/github.com/minio/cli/cli.go diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/cli_test.go b/Godeps/_workspace/src/github.com/minio/cli/cli_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/cli_test.go rename to Godeps/_workspace/src/github.com/minio/cli/cli_test.go diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/command.go b/Godeps/_workspace/src/github.com/minio/cli/command.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/command.go rename to Godeps/_workspace/src/github.com/minio/cli/command.go diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/command_test.go b/Godeps/_workspace/src/github.com/minio/cli/command_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/command_test.go rename to Godeps/_workspace/src/github.com/minio/cli/command_test.go diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/context.go b/Godeps/_workspace/src/github.com/minio/cli/context.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/context.go rename to Godeps/_workspace/src/github.com/minio/cli/context.go diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/context_test.go b/Godeps/_workspace/src/github.com/minio/cli/context_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/context_test.go rename to Godeps/_workspace/src/github.com/minio/cli/context_test.go diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/duration.go b/Godeps/_workspace/src/github.com/minio/cli/duration.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/duration.go rename to Godeps/_workspace/src/github.com/minio/cli/duration.go diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/flag.go b/Godeps/_workspace/src/github.com/minio/cli/flag.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/flag.go rename to Godeps/_workspace/src/github.com/minio/cli/flag.go diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/flag_test.go b/Godeps/_workspace/src/github.com/minio/cli/flag_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/flag_test.go rename to Godeps/_workspace/src/github.com/minio/cli/flag_test.go diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/float64.go b/Godeps/_workspace/src/github.com/minio/cli/float64.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/float64.go rename to Godeps/_workspace/src/github.com/minio/cli/float64.go diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/help.go b/Godeps/_workspace/src/github.com/minio/cli/help.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/help.go rename to Godeps/_workspace/src/github.com/minio/cli/help.go diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/helpers_test.go b/Godeps/_workspace/src/github.com/minio/cli/helpers_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/helpers_test.go rename to Godeps/_workspace/src/github.com/minio/cli/helpers_test.go diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/int.go b/Godeps/_workspace/src/github.com/minio/cli/int.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/int.go rename to Godeps/_workspace/src/github.com/minio/cli/int.go diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/intslice.go b/Godeps/_workspace/src/github.com/minio/cli/intslice.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/intslice.go rename to Godeps/_workspace/src/github.com/minio/cli/intslice.go diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/string.go b/Godeps/_workspace/src/github.com/minio/cli/string.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/string.go rename to Godeps/_workspace/src/github.com/minio/cli/string.go diff --git a/Godeps/_workspace/src/github.com/minio-io/cli/stringslice.go b/Godeps/_workspace/src/github.com/minio/cli/stringslice.go similarity index 100% rename from Godeps/_workspace/src/github.com/minio-io/cli/stringslice.go rename to Godeps/_workspace/src/github.com/minio/cli/stringslice.go